mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
LIFX: make broadcast address configurable (#2967)
This commit is contained in:
parent
372bb97a45
commit
a3987362cd
@ -21,11 +21,11 @@ _Please note, the `lifx` platform does not support Windows. The `lifx_legacy` pl
|
||||
# Example configuration.yaml entry
|
||||
light:
|
||||
- platform: lifx
|
||||
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 for discovering lights. Only needed if using more than one network interface. Omit if you are unsure.
|
||||
- **server** (*Optional*): Your server address. Will listen on all interfaces if omitted. Omit if you are unsure.
|
||||
|
||||
## {% linkable_title Set state %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user