From 38553c8e5fc59c7789dc19c0c5f853778cf424fc Mon Sep 17 00:00:00 2001 From: Lindsay Ward Date: Sun, 31 May 2020 22:50:00 +1000 Subject: [PATCH] Fix minreds typo (#561) --- 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 6f45f3e2..5767982e 100644 --- a/docs/core/entity/light.md +++ b/docs/core/entity/light.md @@ -16,7 +16,7 @@ A light entity controls the brightness, hue and saturation color value, white va | effect_list | list | None | Return the list of supported effects. | hs_color | list | None | Return the hue and saturation color value [float, float]. | is_on | bool | bool | Returns if the light entity is on or not. -| max_minreds | int | int | Return the warmest color_temp that this light supports. +| max_mireds | int | int | Return the warmest color_temp that this light supports. | min_mireds | int | int | Return the coldest color_temp that this light supports. | supported_features | int | int | Flag supported features. | white_value | int | None | Return the white value of this light between 0..255.