mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Update Flux_led light component configuration variable (#6773)
This commit is contained in:
parent
7720618914
commit
2ca656480d
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user