Configuration Variables Lifx light (#6446)

This commit is contained in:
Mryck 2018-10-02 18:03:11 +02:00 committed by Fabian Affolter
parent 68828611c9
commit c24d851a06

View File

@ -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 %}