From 2dd0fee2356f8a73c114fcbdafc7fd0895e9fd29 Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Fri, 30 Mar 2018 20:03:05 -0400 Subject: [PATCH] Updated with 0.66 changes. allow_in_emulated_hue has been removed. --- source/_components/hue.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/source/_components/hue.markdown b/source/_components/hue.markdown index fb73a05824c..c0bda3fa140 100644 --- a/source/_components/hue.markdown +++ b/source/_components/hue.markdown @@ -36,7 +36,6 @@ Configuration variables: - **host** (*Optional*): IP address of the device, eg. 192.168.1.10. Required if not using the `discovery` component to discover Hue bridges. - **allow_unreachable** (*Optional*): (true/false) This will allow unreachable bulbs to report their state correctly. - **filename** (*Optional*): Make this unique if specifying multiple Hue hubs. -- **allow_in_emulated_hue** (*Optional*): (true/false) Enable this to block all Hue entities from being added to the `emulated_hue` component. - **allow_hue_groups** (*Optional*): (true/false) Enable this to stop Home Assistant from importing the groups defined on the Hue bridge. ### {% linkable_title Migrating from older configuration %}