From 24234a55a5278c8cd7f6ff2dbe0d8608f580a1b1 Mon Sep 17 00:00:00 2001 From: rhpijnacker Date: Tue, 21 Feb 2023 21:43:39 +0100 Subject: [PATCH] Bump pyRFXtrx to 0.30.1 (#88538) --- homeassistant/components/rfxtrx/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/rfxtrx/manifest.json b/homeassistant/components/rfxtrx/manifest.json index ebbfba1fb52..1e2a3d6da27 100644 --- a/homeassistant/components/rfxtrx/manifest.json +++ b/homeassistant/components/rfxtrx/manifest.json @@ -6,5 +6,5 @@ "documentation": "https://www.home-assistant.io/integrations/rfxtrx", "iot_class": "local_push", "loggers": ["RFXtrx"], - "requirements": ["pyRFXtrx==0.30.0"] + "requirements": ["pyRFXtrx==0.30.1"] } diff --git a/requirements_all.txt b/requirements_all.txt index 6185b412d8f..fbe3a52514f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1467,7 +1467,7 @@ pyMetEireann==2021.8.0 pyMetno==0.9.0 # homeassistant.components.rfxtrx -pyRFXtrx==0.30.0 +pyRFXtrx==0.30.1 # homeassistant.components.switchmate pySwitchmate==0.5.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index c61e8d3944a..58046e59a5a 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1073,7 +1073,7 @@ pyMetEireann==2021.8.0 pyMetno==0.9.0 # homeassistant.components.rfxtrx -pyRFXtrx==0.30.0 +pyRFXtrx==0.30.1 # homeassistant.components.tibber pyTibber==0.26.13