mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 10:26:52 +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:
|
light:
|
||||||
- platform: lifx
|
- platform: lifx
|
||||||
```
|
```
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
broadcast:
|
||||||
- **broadcast** (*Optional*): The broadcast address for discovering lights. Only needed if using more than one network interface. Omit if you are unsure.
|
description: 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.
|
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 %}
|
## {% linkable_title Set state %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user