From 3e064877aa8eadcb4af103bce4d85b130cb22f98 Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Sat, 28 Jan 2017 16:55:10 -0800 Subject: [PATCH] Host is now optional on Hue --- source/_components/light.hue.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/light.hue.markdown b/source/_components/light.hue.markdown index b13b1a0c7a3..4bb561e0514 100644 --- a/source/_components/light.hue.markdown +++ b/source/_components/light.hue.markdown @@ -31,7 +31,7 @@ light: Configuration variables: -- **host** (*Required*): IP address of the device, eg. 192.168.1.10. +- **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. - **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.