From 48b97b43474807baf46624aacac34910bcac8278 Mon Sep 17 00:00:00 2001 From: Jon Maddox Date: Tue, 15 Mar 2016 10:34:06 -0400 Subject: [PATCH] document the new allow_unreachable config for hue bulbs --- source/_components/light.hue.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/light.hue.markdown b/source/_components/light.hue.markdown index a4eb453ea92..c9414c59ce1 100644 --- a/source/_components/light.hue.markdown +++ b/source/_components/light.hue.markdown @@ -22,6 +22,8 @@ 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 ```