Merge pull request #114 from devnill/patch-1

Add parameter detailing host IP for Phillips Hue
This commit is contained in:
Paulus Schoutsen 2015-11-29 16:54:22 -08:00
commit 9cdaf02df5

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