LIFX: make broadcast address configurable (#2967)
This commit is contained in:
parent
372bb97a45
commit
a3987362cd
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue