mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Corrected configuration variable for color temp (#2346)
The documented configuration variable for color temperature is in fact named "color_temp" (not "color_temperature" as described). It took me some time to figure out this in my home assistant configuration :)
This commit is contained in:
parent
bcd9802ac7
commit
d6e1214f35
@ -52,7 +52,7 @@ Configuration variables:
|
||||
|
||||
- **command_topic** (*Required*): The MQTT topic to publish commands to change the light's state.
|
||||
- **brightness** (*Optional*): Flag that defines if the light supports brightness. Default is false.
|
||||
- **color_temperature** (*Optional*): Flag that defines if the light supports color temperature. Default is false.
|
||||
- **color_temp** (*Optional*): Flag that defines if the light supports color temperature. Default is false.
|
||||
- **effect** (*Optional*): Flag that defines if the light supports effects. Default is false.
|
||||
- **effect_list** (*Optional*): The list of effects the light supports.
|
||||
- **flash_time_long** (*Optional*): The duration, in seconds, of a "long" flash. Default is 10.
|
||||
|
Loading…
x
Reference in New Issue
Block a user