From 7f76de2c7a323f44eb31a4a1fa0462ec824b7cdd Mon Sep 17 00:00:00 2001 From: ashionky <35916938+ashionky@users.noreply.github.com> Date: Wed, 17 Jul 2024 16:29:41 +0800 Subject: [PATCH] Bump refoss to v1.2.4 (#122063) * 1.2.2 * 1.2.3 * 1.2.4 * 1.2.4 --- homeassistant/components/refoss/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- script/licenses.py | 3 --- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/refoss/manifest.json b/homeassistant/components/refoss/manifest.json index 8b9b2d8cf11..bf046e954d1 100644 --- a/homeassistant/components/refoss/manifest.json +++ b/homeassistant/components/refoss/manifest.json @@ -5,5 +5,5 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/refoss", "iot_class": "local_polling", - "requirements": ["refoss-ha==1.2.1"] + "requirements": ["refoss-ha==1.2.4"] } diff --git a/requirements_all.txt b/requirements_all.txt index 8e38681b1cf..9bab8a4c65c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2450,7 +2450,7 @@ rapt-ble==0.1.2 raspyrfm-client==1.2.8 # homeassistant.components.refoss -refoss-ha==1.2.1 +refoss-ha==1.2.4 # homeassistant.components.rainmachine regenmaschine==2024.03.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 084ec1e28aa..dc5a36faa2d 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1923,7 +1923,7 @@ radiotherm==2.1.0 rapt-ble==0.1.2 # homeassistant.components.refoss -refoss-ha==1.2.1 +refoss-ha==1.2.4 # homeassistant.components.rainmachine regenmaschine==2024.03.0 diff --git a/script/licenses.py b/script/licenses.py index 4e5539c46b1..52e8fd0f3e7 100644 --- a/script/licenses.py +++ b/script/licenses.py @@ -193,9 +193,6 @@ TODO = { "1.2.3" ), # No License https://github.com/jafar-atili/pyElectra/issues/3 "pyflic": AwesomeVersion("2.0.3"), # No OSI approved license CC0-1.0 Universal) - "refoss_ha": AwesomeVersion( - "1.2.1" - ), # No License https://github.com/ashionky/refoss_ha/issues/4 "uvcclient": AwesomeVersion( "0.11.0" ), # No License https://github.com/kk7ds/uvcclient/issues/7 -- GitLab