1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-06-25 00:26:46 +02:00

update hbdg

This commit is contained in:
kev
2017-05-14 13:42:09 +08:00
parent 2406aefc7a
commit c8b24a09e6
3 changed files with 25 additions and 6 deletions

View File

@ -1,5 +1,5 @@
hbdg [hbdg][1]
==== =========
Homebridge plugin for Home Assistant. Homebridge plugin for Home Assistant.
@ -7,4 +7,21 @@ Control your accessories from Home Assistant with Siri and HomeKit. Set it up
and poof, all of your supported accessories will be instantly controllable via and poof, all of your supported accessories will be instantly controllable via
Siri. Siri.
Here's a list of the devices that are currently exposed:
- Binary Sensor - door, leak, moisture, motion, smoke, and window state
- Climate - current temperature, target temperature, heat/cool mode
- Cover - exposed as a garage door or window covering (see notes)
- Device Tracker - home/not home status appears as an occupancy sensor
- Fan - on/off/speed
- Group - on/off
- Input boolean - on/off
- Lights - on/off/brightness
- Lock - lock/unlock lock
- Media Players - exposed as an on/off switch
- Scenes - exposed as an on/off switch
- Sensors - carbon dioxide (CO2), humidity, light, temperature sensors
- Switches - on/off
[1]: https://github.com/home-assistant/homebridge-homeassistant [1]: https://github.com/home-assistant/homebridge-homeassistant

View File

@ -1,9 +1,9 @@
{ {
"bridge": { "bridge": {
"name": "HomeBridge", "name": "HomeBridge",
"username": "CC:22:3D:E3:CE:30", "username": "AA:BB:CC:DD:EE:FF",
"port": 51826, "port": 51826,
"pin": "031-45-154" "pin": "123-45-678"
}, },
"platforms": [ "platforms": [
{ {
@ -17,6 +17,7 @@
"cover", "cover",
"device_tracker", "device_tracker",
"fan", "fan",
"group",
"input_boolean", "input_boolean",
"light", "light",
"lock", "lock",

View File

@ -1,9 +1,9 @@
{ {
"bridge": { "bridge": {
"name": "HomeBridge", "name": "HomeBridge",
"username": "CC:22:3D:E3:CE:30", "username": "AA:BB:CC:DD:EE:FF",
"port": 51826, "port": 51826,
"pin": "031-45-154" "pin": "123-45-678"
}, },
"platforms": [ "platforms": [
{ {
@ -17,6 +17,7 @@
"cover", "cover",
"device_tracker", "device_tracker",
"fan", "fan",
"group",
"input_boolean", "input_boolean",
"light", "light",
"lock", "lock",