From 2bf0eb9e18b89e8ceee19261d6e82b96a36babba Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Tue, 24 Oct 2017 09:06:22 +0200 Subject: [PATCH] set emulated_hue_hidden to true in example (#3740) this will make the setting correspond to the comment above. This is also noticed after merge in #3554 --- source/_components/emulated_hue.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/emulated_hue.markdown b/source/_components/emulated_hue.markdown index b6dfa32c7e5..0244bc546aa 100644 --- a/source/_components/emulated_hue.markdown +++ b/source/_components/emulated_hue.markdown @@ -100,7 +100,7 @@ homeassistant: customize: light.bedroom_light: # Don't allow light.bedroom_light to be controlled by the emulated Hue bridge - emulated_hue_hidden: false + emulated_hue_hidden: true light.office_light: # Address light.office_light as "back office light" emulated_hue_name: "back office light"