From c8b24a09e67745e5aa75d3d679df19b34ca36c0d Mon Sep 17 00:00:00 2001 From: kev Date: Sun, 14 May 2017 13:42:09 +0800 Subject: [PATCH] update hbdg --- hbdg/README.md | 21 +++++++++++++++++++-- hbdg/arm/data/config.json | 5 +++-- hbdg/data/config.json | 5 +++-- 3 files changed, 25 insertions(+), 6 deletions(-) diff --git a/hbdg/README.md b/hbdg/README.md index 26d49a9..4a4e016 100644 --- a/hbdg/README.md +++ b/hbdg/README.md @@ -1,5 +1,5 @@ -hbdg -==== +[hbdg][1] +========= 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 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 diff --git a/hbdg/arm/data/config.json b/hbdg/arm/data/config.json index 8c22865..8d3213e 100644 --- a/hbdg/arm/data/config.json +++ b/hbdg/arm/data/config.json @@ -1,9 +1,9 @@ { "bridge": { "name": "HomeBridge", - "username": "CC:22:3D:E3:CE:30", + "username": "AA:BB:CC:DD:EE:FF", "port": 51826, - "pin": "031-45-154" + "pin": "123-45-678" }, "platforms": [ { @@ -17,6 +17,7 @@ "cover", "device_tracker", "fan", + "group", "input_boolean", "light", "lock", diff --git a/hbdg/data/config.json b/hbdg/data/config.json index 8c22865..8d3213e 100644 --- a/hbdg/data/config.json +++ b/hbdg/data/config.json @@ -1,9 +1,9 @@ { "bridge": { "name": "HomeBridge", - "username": "CC:22:3D:E3:CE:30", + "username": "AA:BB:CC:DD:EE:FF", "port": 51826, - "pin": "031-45-154" + "pin": "123-45-678" }, "platforms": [ { @@ -17,6 +17,7 @@ "cover", "device_tracker", "fan", + "group", "input_boolean", "light", "lock",