Add link to docs and remove configuration details
This commit is contained in:
parent
4bd102ddf5
commit
94d2f23cfc
1 changed files with 2 additions and 14 deletions
|
@ -1,22 +1,10 @@
|
||||||
|
|
||||||
"""
|
"""
|
||||||
homeassistant.components.light.lifx
|
homeassistant.components.light.lifx
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
LIFX platform that implements lights
|
LIFX platform that implements lights
|
||||||
|
|
||||||
Configuration:
|
For more details about this platform, please refer to the documentation at
|
||||||
|
https://home-assistant.io/components/light.lifx/
|
||||||
light:
|
|
||||||
# platform name
|
|
||||||
platform: lifx
|
|
||||||
# optional server address
|
|
||||||
# only needed if using more than one network interface
|
|
||||||
# (omit if you are unsure)
|
|
||||||
server: 192.168.1.3
|
|
||||||
# optional broadcast address, set to reach all LIFX bulbs
|
|
||||||
# (omit if you are unsure)
|
|
||||||
broadcast: 192.168.1.255
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
# pylint: disable=missing-docstring
|
# pylint: disable=missing-docstring
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue