Update Flux_led light component configuration variable (#6773)

This commit is contained in:
Klaas Schoute 2018-10-14 09:16:15 +02:00 committed by Franck Nijhof
parent 7720618914
commit 2ca656480d

View File

@ -40,17 +40,31 @@ light:
- platform: flux_led - platform: flux_led
``` ```
Configuration variables: {% configuration %}
automatic_add:
- **automatic_add** (*Optional*): To enable the automatic addition of lights on startup. description: To enable the automatic addition of lights on startup.
- **devices** (*Optional*): A list of devices with their ip address required: false
default: false
Configuration variables within devices list: type: boolean
devices:
- **name** (*Optional*): A friendly name for the device. description: A list of devices with their ip address
- **mode** (*Optional*): The chosen brightness mode; options are 'rgbw' and 'rgb', defaults to rgbw. required: false
- **protocol** (*Optional*): Set this to 'ledenet' if you are using a ledenet bulb. type: list
keys:
name:
description: A friendly name for the device.
required: false
type: string
mode:
description: "The chosen brightness mode, options are: 'rgbw' and 'rgb'."
required: false
default: rgbw
type: string
protocol:
description: Set this to 'ledenet' if you are using a ledenet bulb.
required: false
type: string
{% endconfiguration %}
<p class='note'> <p class='note'>
Depending on your controller or bulb type, there are two ways to configure brightness. Depending on your controller or bulb type, there are two ways to configure brightness.