mirror of
https://github.com/home-assistant/core.git
synced 2025-09-10 15:21:38 +02:00
Fix spelling of "an HS color command" in template
(#150495)
This commit is contained in:
@@ -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`."
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user