Document missing hue and sat variables in MQTT Template Schema Light (#34624)

They're shown in one of the examples, but not explicitly listed as available.
This commit is contained in:
Cody Cutrer 2024-10-15 00:30:11 -06:00 committed by GitHub
parent 6b3f7e6b5a
commit f8fb3c1298
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -960,7 +960,7 @@ command_off_template:
required: true
type: template
command_on_template:
description: "The [template](/docs/configuration/templating/#using-templates-with-the-mqtt-integration) for *on* state changes. Available variables: `state`, `brightness`, `color_temp`, `red`, `green`, `blue`, `flash`, `transition` and `effect`. Values `red`, `green`, `blue`, `brightness` are provided as integers from range 0-255. Value of `color_temp` is provided as integer representing mired units."
description: "The [template](/docs/configuration/templating/#using-templates-with-the-mqtt-integration) for *on* state changes. Available variables: `state`, `brightness`, `color_temp`, `red`, `green`, `blue`, `hue`, `sat`, `flash`, `transition` and `effect`. Values `red`, `green`, `blue`, `brightness` are provided as integers from range 0-255. Value of `hue` is provided as float from range 0-360. Value of `sat` is provided as float from range 0-100. Value of `color_temp` is provided as integer representing mired units."
required: true
type: template
command_topic: