Fix minreds typo (#561)

This commit is contained in:
Lindsay Ward 2020-05-31 22:50:00 +10:00 committed by GitHub
parent 3cbe2294ed
commit 38553c8e5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.