Add parameter detailing host IP for Phillips Hue

This commit is contained in:
devnill 2015-11-29 17:39:42 -07:00
parent 7f4dd92a56
commit 07b89911ae

View File

@ -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
```