From 2e2e589ac308d16b79261988e633d1b367bae7f5 Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Sat, 22 Jan 2022 10:30:16 +0100 Subject: [PATCH] rfxtrx: bump to 0.27.1 (#64666) --- 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 0fc12e79d49..8ba27cb450e 100644 --- a/homeassistant/components/rfxtrx/manifest.json +++ b/homeassistant/components/rfxtrx/manifest.json @@ -2,7 +2,7 @@ "domain": "rfxtrx", "name": "RFXCOM RFXtrx", "documentation": "https://www.home-assistant.io/integrations/rfxtrx", - "requirements": ["pyRFXtrx==0.27.0"], + "requirements": ["pyRFXtrx==0.27.1"], "codeowners": ["@danielhiversen", "@elupus", "@RobBie1221"], "config_flow": true, "iot_class": "local_push" diff --git a/requirements_all.txt b/requirements_all.txt index e7518ab84e9..ad2c75bc1b2 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1353,7 +1353,7 @@ pyMetEireann==2021.8.0 pyMetno==0.9.0 # homeassistant.components.rfxtrx -pyRFXtrx==0.27.0 +pyRFXtrx==0.27.1 # homeassistant.components.switchmate # pySwitchmate==0.4.6 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 049b693cc47..bd419b38e18 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -845,7 +845,7 @@ pyMetEireann==2021.8.0 pyMetno==0.9.0 # homeassistant.components.rfxtrx -pyRFXtrx==0.27.0 +pyRFXtrx==0.27.1 # homeassistant.components.tibber pyTibber==0.21.7