From b6f7eb7735990100654233ae739a68bfa7f7070a Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Sat, 28 Jan 2017 16:53:48 -0800 Subject: [PATCH] Update Hue docs to note the new parameters --- 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 b33fe179100..b13b1a0c7a3 100644 --- a/source/_components/light.hue.markdown +++ b/source/_components/light.hue.markdown @@ -34,6 +34,8 @@ Configuration variables: - **host** (*Required*): IP address of 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. +- **allow_in_emulated_hue** (*Optional*): Enable this to block all Hue entities from being added to the `emulated_hue` component. +- **allow_hue_groups** (*Optional*): Enable this to stop Home Assistant from importing the groups defined on the Hue bridge. ### {% linkable_title Using Hue Groups in Home Assistant %}