mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 02:07:15 +00:00
Merge pull request #307 from balloob/hue-allow-unreachable
Update Docs on Hue light
This commit is contained in:
commit
2701e35860
@ -22,6 +22,8 @@ If you want to enable the light component directly, add the following lines to y
|
|||||||
light:
|
light:
|
||||||
platform: hue
|
platform: hue
|
||||||
host: DEVICE_IP_ADDRESS
|
host: DEVICE_IP_ADDRESS
|
||||||
|
# Optional, this will allow unreachable bulbs to report their state correctly
|
||||||
|
allow_unreachable: true
|
||||||
# Optional, make this unique if specifying multiple Hue hubs
|
# Optional, make this unique if specifying multiple Hue hubs
|
||||||
filename: my_hue_hub_token.conf
|
filename: my_hue_hub_token.conf
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user