Fix spelling of "an HS color command" in template (#150495)

This commit is contained in:
Norbert Rittel
2025-08-12 17:18:27 +02:00
committed by GitHub
parent 07930b12d0
commit 89aa349881

View File

@@ -216,7 +216,7 @@
"level": "Defines a template to get the brightness of the light. Valid values are 0 to 255.", "level": "Defines a template to get the brightness of the light. Valid values are 0 to 255.",
"set_level": "Defines actions to run when the light is given a brightness command. The script will only be called if the `turn_on` call only has `brightness`, and optionally `transition`. Receives variables `brightness` and, optionally, `transition`.", "set_level": "Defines actions to run when the light is given a brightness command. The script will only be called if the `turn_on` call only has `brightness`, and optionally `transition`. Receives variables `brightness` and, optionally, `transition`.",
"hs": "Defines a template to get the HS color of the light. Must render a tuple (hue, saturation).", "hs": "Defines a template to get the HS color of the light. Must render a tuple (hue, saturation).",
"set_hs": "Defines actions to run when the light is given a hs color command. Available variables: `hs` as a tuple, `h` and `s`.", "set_hs": "Defines actions to run when the light is given an HS color command. Available variables: `hs` as a tuple, `h` and `s`.",
"temperature": "Defines a template to get the color temperature of the light.", "temperature": "Defines a template to get the color temperature of the light.",
"set_temperature": "Defines actions to run when the light is given a color temperature command. Receives variable `color_temp_kelvin`. May also receive variables `brightness` and/or `transition`." "set_temperature": "Defines actions to run when the light is given a color temperature command. Receives variable `color_temp_kelvin`. May also receive variables `brightness` and/or `transition`."
}, },