From d5d8b9725da9ff73b52bd77a8314a1fe6edaed8e Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Tue, 31 Jan 2017 04:39:38 -0500 Subject: [PATCH] added some of the new options to the example (#1905) * added some of the new options to the example added in so that it was clearer that true/false were the values to use. * TOOK out the examples added in (true/false) to show options. --- source/_components/light.hue.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_components/light.hue.markdown b/source/_components/light.hue.markdown index 4bb561e0514..fd6e1c16db6 100644 --- a/source/_components/light.hue.markdown +++ b/source/_components/light.hue.markdown @@ -32,10 +32,10 @@ light: 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*): This will allow unreachable bulbs to report their state correctly. By default *name* from the device is used. +- **allow_unreachable** (*Optional*): (true/false) 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. +- **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 Using Hue Groups in Home Assistant %}