mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add white_value
as a possible variable in command_on_template
(#6677)
* Add `white_value` as a possible variable in `command_on_template`
* ✏️ Tweak
This commit is contained in:
parent
a5dea11af0
commit
7d07598533
@ -52,7 +52,7 @@ state_topic:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
command_on_template:
|
command_on_template:
|
||||||
description: "The [template](/docs/configuration/templating/#processing-incoming-data) for *on* state changes. Available variables: `state`, `brightness`, `red`, `green`, `blue`, `flash`, `transition` and `effect`."
|
description: "The [template](/docs/configuration/templating/#processing-incoming-data) for *on* state changes. Available variables: `state`, `brightness`, `red`, `green`, `blue`, `white_value`, `flash`, `transition` and `effect`."
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
command_off_template:
|
command_off_template:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user