From 07b89911ae18c0f7e26da042e44e2755e8c455bf Mon Sep 17 00:00:00 2001 From: devnill Date: Sun, 29 Nov 2015 17:39:42 -0700 Subject: [PATCH] Add parameter detailing host IP for Phillips Hue --- source/_components/light.hue.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/light.hue.markdown b/source/_components/light.hue.markdown index 3ba5156cb5d..3575bdb96af 100644 --- a/source/_components/light.hue.markdown +++ b/source/_components/light.hue.markdown @@ -22,4 +22,5 @@ If you want to enable the light component directly, add the following lines to y # Example configuration.yaml entry light: platform: hue + host: DEVICE_IP_ADDRESS ```