mirror of
https://github.com/mtan93/homebridge.git
synced 2026-04-04 14:23:11 +01:00
updating docs
This commit is contained in:
@@ -11,7 +11,7 @@ Since Siri supports devices added through HomeKit, this means that with HomeBrid
|
|||||||
* _Siri, turn off the Speakers._ ([Sonos](http://www.sonos.com))
|
* _Siri, turn off the Speakers._ ([Sonos](http://www.sonos.com))
|
||||||
* _Siri, turn on the Dehumidifier._ ([WeMo](http://www.belkin.com/us/Products/home-automation/c/wemo-home-automation/))
|
* _Siri, turn on the Dehumidifier._ ([WeMo](http://www.belkin.com/us/Products/home-automation/c/wemo-home-automation/))
|
||||||
* _Siri, turn on Away Mode._ ([Xfinity Home](http://www.comcast.com/home-security.html))
|
* _Siri, turn on Away Mode._ ([Xfinity Home](http://www.comcast.com/home-security.html))
|
||||||
* _Siri, turn on the living room lights._ ([Wink](http://www.wink.com), [SmartThings](http://www.smartthings.com), [X10](http://github.com/edc1591/rest-mochad))
|
* _Siri, turn on the living room lights._ ([Wink](http://www.wink.com), [SmartThings](http://www.smartthings.com), [X10](http://github.com/edc1591/rest-mochad), [Philips Hue](http://meethue.com))
|
||||||
|
|
||||||
If you would like to support any other devices, please write a shim and create a pull request and I'd be happy to add it to this official list.
|
If you would like to support any other devices, please write a shim and create a pull request and I'd be happy to add it to this official list.
|
||||||
|
|
||||||
|
|||||||
@@ -22,6 +22,12 @@
|
|||||||
"server": "127.0.0.1",
|
"server": "127.0.0.1",
|
||||||
"port": "8005"
|
"port": "8005"
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
"platform": "PhilipsHue",
|
||||||
|
"name": "Phillips Hue",
|
||||||
|
"ip_address": "127.0.0.1",
|
||||||
|
"username": "252deadbeef0bf3f34c7ecb810e832f"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
"accessories": [
|
"accessories": [
|
||||||
|
|||||||
Reference in New Issue
Block a user