From 8514cfbeec8cac2621b36d9cb7c08e1deb5004d1 Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Thu, 13 Apr 2023 19:38:36 +0200 Subject: [PATCH] Light entity brightness to be in range 1..255 (#1748) --- docs/core/entity/light.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/entity/light.md b/docs/core/entity/light.md index 96bce2eb..20ae067b 100644 --- a/docs/core/entity/light.md +++ b/docs/core/entity/light.md @@ -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.