Skip to content

Commit

Permalink
fix: homebridge verification request
Browse files Browse the repository at this point in the history
  • Loading branch information
KieraDOG committed Aug 1, 2024
1 parent 862381f commit c298258
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 20 deletions.
19 changes: 0 additions & 19 deletions LICENSE

This file was deleted.

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Homebridge Centurion Garage Doors

[![Publish](https://github.com/KieraDOG/homebridge-cgd-garage-door/actions/workflows/publish.yml/badge.svg)](https://github.com/KieraDOG/homebridge-cgd-garage-door/actions/workflows/publish.yml)
[![npm](https://img.shields.io/npm/v/homebridge-cgd-garage-door/latest?label=latest)](https://www.npmjs.com/package/homebridge-cgd-garage-door)
[![MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![semantic-release](https://img.shields.io/badge/semantic--release-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)


This is a Homebridge plugin that allows you to control Centurion Garage Doors.

## Features
Expand Down
6 changes: 6 additions & 0 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"schema": {
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string",
"required": true,
"default": "CGDGarageDoor"
},
"deviceHostname": {
"title": "Device Hostname",
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"name": "homebridge-cgd-garage-door",
"version": "1.1.0",
"description": "A Homebridge plugin to control Centurion Garage Doors using the official Centurion Garage Door Smartphone App integration. This plugin allows you to open, close, and monitor the status of your Centurion Garage Door, control the Lock Mode, and turn the lights on and off.",
"homepage": "https://github.com/KieraDOG/homebridge-cgd-garage-door",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -13,7 +14,7 @@
},
"author": "Long Zhao <[email protected]>",
"engines": {
"node": "^21.0.0",
"node": "^20.0.0",
"homebridge": "^1.6.0"
},
"main": "dist/index.js",
Expand Down

0 comments on commit c298258

Please sign in to comment.