From a90da4bad03b11e9d3f6ea18867ac6818bd0f8b5 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 20 Mar 2016 11:20:09 +0100 Subject: [PATCH] Add configuration details --- source/_components/light.hue.markdown | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/source/_components/light.hue.markdown b/source/_components/light.hue.markdown index c9414c59ce1..1236a070420 100644 --- a/source/_components/light.hue.markdown +++ b/source/_components/light.hue.markdown @@ -22,8 +22,13 @@ If you want to enable the light component directly, add the following lines to y light: platform: hue 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 filename: my_hue_hub_token.conf ``` + +Configuration variables: + +- **host** (*Required*): IP address aof the device, eg. 192.168.1.10. +- **allow_unreachable** (*Optional*): This will allow unreachable bulbs to report their state correctly. By default *name* from the device is used. +- **filename** (*Optional*): Make this unique if specifying multiple Hue hubs. +