From 2cdc8d5f69a7e34ba71e119ac92694caa5205688 Mon Sep 17 00:00:00 2001 From: starkillerOG Date: Sun, 3 Mar 2024 18:47:09 +0100 Subject: [PATCH] Bump reolink-aio to 0.8.9 (#112124) * Update strings.json * Bump reolink-aio to 0.8.9 --- homeassistant/components/reolink/manifest.json | 2 +- homeassistant/components/reolink/strings.json | 3 ++- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/reolink/manifest.json b/homeassistant/components/reolink/manifest.json index 0f2ef19ba87..81d11e2fd0a 100644 --- a/homeassistant/components/reolink/manifest.json +++ b/homeassistant/components/reolink/manifest.json @@ -18,5 +18,5 @@ "documentation": "https://www.home-assistant.io/integrations/reolink", "iot_class": "local_push", "loggers": ["reolink_aio"], - "requirements": ["reolink-aio==0.8.8"] + "requirements": ["reolink-aio==0.8.9"] } diff --git a/homeassistant/components/reolink/strings.json b/homeassistant/components/reolink/strings.json index 92e9a6164f8..fb4d42bb97d 100644 --- a/homeassistant/components/reolink/strings.json +++ b/homeassistant/components/reolink/strings.json @@ -367,7 +367,8 @@ "state": { "stayoff": "Stay off", "auto": "Auto", - "alwaysonatnight": "Auto & always on at night" + "alwaysonatnight": "Auto & always on at night", + "alwayson": "Always on" } } }, diff --git a/requirements_all.txt b/requirements_all.txt index 55ccfac0b8e..1476f11c863 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2433,7 +2433,7 @@ renault-api==0.2.1 renson-endura-delta==1.7.1 # homeassistant.components.reolink -reolink-aio==0.8.8 +reolink-aio==0.8.9 # homeassistant.components.idteck_prox rfk101py==0.0.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 38719ec5efc..5f00f4ae440 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1873,7 +1873,7 @@ renault-api==0.2.1 renson-endura-delta==1.7.1 # homeassistant.components.reolink -reolink-aio==0.8.8 +reolink-aio==0.8.9 # homeassistant.components.rflink rflink==0.0.66