From ff4bac04e2dbad11ab65e96f0defc37b3297b2e5 Mon Sep 17 00:00:00 2001 From: Daniel Kent <129895318+danielkent-net@users.noreply.github.com> Date: Wed, 3 May 2023 10:29:40 -0400 Subject: [PATCH 1/2] Add color_temp_kelvin property to light docs (#27013) HA Core 2022.11 deprecated the `kelvin` and `color_temp` properties in favor of `color_temp_kelvin`. The documentation should be updated to reflect this. See also: #27012 --- source/_integrations/light.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/_integrations/light.markdown b/source/_integrations/light.markdown index fe52fa30ff4..685b3cd6d06 100644 --- a/source/_integrations/light.markdown +++ b/source/_integrations/light.markdown @@ -49,8 +49,9 @@ Most lights do not support all attributes. You can check the integration documen | `rgb_color` | yes | A list containing three integers between 0 and 255 representing the RGB color you want the light to be. Three comma-separated integers that represent the color in RGB, within square brackets. | `rgbw_color` | yes | A list containing four integers between 0 and 255 representing the RGBW color you want the light to be. Four comma-separated integers that represent the color in RGBW (red, green, blue, white), within square brackets. This attribute will be ignored by lights which do not support RGBW colors. | `rgbww_color` | yes | A list containing five integers between 0 and 255 representing the RGBWW color you want the light to be. Five comma-separated integers that represent the color in RGBWW (red, green, blue, cold white, warm white), within square brackets. This attribute will be ignored by lights which do not support RGBWW colors. -| `kelvin` | yes | An integer in Kelvin representing the color temperature you want the light to be. -| `color_temp` | yes | Alternatively, you can specify the color temperature in Mireds. +| `color_temp_kelvin` | yes | An integer in Kelvin representing the color temperature you want the light to be. +| `kelvin` | yes | (Deprecated) Use `color_temp_kelvin` instead. +| `color_temp` | yes | (Deprecated) Alternatively, you can specify the color temperature in Mireds. | `color_name` | yes | A human-readable string of a color name, such as `blue` or `goldenrod`. All [CSS3 color names](https://www.w3.org/TR/css-color-3/#svg-color) are supported. | `brightness` | yes | Integer between 0 and 255 for how bright the light should be, where 0 means the light is off, 1 is the minimum brightness and 255 is the maximum brightness supported by the light. | `brightness_pct`| yes | Alternatively, you can specify brightness in percent (a number between 0 and 100), where 0 means the light is off, 1 is the minimum brightness and 100 is the maximum brightness supported by the light. From ddfc4dad73b9cad39835522ca0e489726162eaa9 Mon Sep 17 00:00:00 2001 From: starkillerOG Date: Wed, 3 May 2023 18:46:46 +0200 Subject: [PATCH 2/2] Add RLN36 NVR as supported (#27243) --- source/_integrations/reolink.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/reolink.markdown b/source/_integrations/reolink.markdown index 34b4ba58a5f..63190c33f6a 100644 --- a/source/_integrations/reolink.markdown +++ b/source/_integrations/reolink.markdown @@ -187,6 +187,7 @@ The following models have been tested and confirmed to work: - RLC-1224A - RLN8-410 NVR - RLN16-410 NVR +- RLN36 NVR - Reolink Duo Floodlight PoE - Reolink TrackMix PoE - Reolink Video Doorbell (PoE and Wi-Fi)