mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-09 18:36:29 +00:00
Light entity brightness to be in range 1..255 (#1748)
This commit is contained in:
parent
b7e1bd5c40
commit
8514cfbeec
@ -10,7 +10,7 @@ A light entity controls the brightness, hue and saturation color value, white va
|
||||
|
||||
| Name | Type | Default | Description
|
||||
| ---- | ---- | ---- | ----
|
||||
| brightness | int | None | Return the brightness of this light between 0..255
|
||||
| brightness | int | None | Return the brightness of this light between 1..255
|
||||
| color_mode | string | None | Return the color mode of the light. The returned color mode must be present in the `supported_color_modes` property.
|
||||
| color_temp | int | None | Return the CT color value in mireds. This property will be copied to the light's state attribute when the light's color mode is set to `ColorMode.COLOR_TEMP` and ignored otherwise.
|
||||
| effect | String | None | Return the current effect.
|
||||
|
Loading…
x
Reference in New Issue
Block a user