Changes for home-assistant/home-assistant#6584 (#2259)

Remove the broadcast configuration variable.
This commit is contained in:
Anders Melchiorsen 2017-03-16 06:52:56 +01:00 committed by Paulus Schoutsen
parent 5927a8d4d5
commit c093a92ae1

View File

@ -19,12 +19,8 @@ The `lifx` platform allows you to integrate your [LIFX](http://www.lifx.com) int
# Example configuration.yaml entry
light:
- platform: lifx
broadcast: 192.168.1.255
server: 192.168.1.10
```
Configuration variables:
- **server** (*Optional*): Your server address. Only needed if using more than one network interface. Omit if you are unsure.
- **broadcast** (*Optional*): The broadcast address, set to reach all LIFX bulbs.
If there is an issue with lights not showing up when Home Assistant is restarted, add broadcast to your configuration.