Skip to content

Commit

Permalink
Add white_value as a possible variable in command_on_template (ho…
Browse files Browse the repository at this point in the history
…me-assistant#6677)

* Add `white_value` as a possible variable in `command_on_template`

* ✏️ Tweak
  • Loading branch information
rohankapoorcom authored and frenck committed Oct 11, 2018
1 parent a5dea11 commit 7d07598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_components/light.mqtt_template.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7d07598

Please sign in to comment.