mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 18:06:54 +00:00
Configuration Variables Lifx light (#6446)
This commit is contained in:
parent
68828611c9
commit
c24d851a06
@ -22,10 +22,16 @@ _Please note, the `lifx` platform does not support Windows. The `lifx_legacy` pl
|
||||
light:
|
||||
- platform: lifx
|
||||
```
|
||||
Configuration variables:
|
||||
|
||||
- **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.
|
||||
{% configuration %}
|
||||
broadcast:
|
||||
description: The broadcast address for discovering lights. Only needed if using more than one network interface. Omit if you are unsure.
|
||||
required: false
|
||||
type: string
|
||||
server:
|
||||
description: Your server address. Will listen on all interfaces if omitted. Omit if you are unsure.
|
||||
required: false
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
## {% linkable_title Set state %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user