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:
Rohan Kapoor 2018-10-11 12:21:15 -07:00 committed by Franck Nijhof
parent a5dea11af0
commit 7d07598533

View File

@ -52,7 +52,7 @@ state_topic:
required: false
type: string
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
type: string
command_off_template: