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