From ff0c753c874c4b9f5c6c009873c74e38ac090273 Mon Sep 17 00:00:00 2001 From: Rob Bierbooms Date: Wed, 16 Jun 2021 03:34:05 +0200 Subject: [PATCH] Bump pyRFXtrx to 0.27.0 (#51911) * Bump version * Fix test --- homeassistant/components/rfxtrx/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- tests/components/rfxtrx/test_init.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/rfxtrx/manifest.json b/homeassistant/components/rfxtrx/manifest.json index 34c31c72a0d..0fc12e79d49 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.26.1"], + "requirements": ["pyRFXtrx==0.27.0"], "codeowners": ["@danielhiversen", "@elupus", "@RobBie1221"], "config_flow": true, "iot_class": "local_push" diff --git a/requirements_all.txt b/requirements_all.txt index bdd6d1363ca..75937cd3439 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1264,7 +1264,7 @@ pyMetEireann==0.2 pyMetno==0.8.3 # homeassistant.components.rfxtrx -pyRFXtrx==0.26.1 +pyRFXtrx==0.27.0 # homeassistant.components.switchmate # pySwitchmate==0.4.6 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index db8d54224c9..47bd108f6ca 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -704,7 +704,7 @@ pyMetEireann==0.2 pyMetno==0.8.3 # homeassistant.components.rfxtrx -pyRFXtrx==0.26.1 +pyRFXtrx==0.27.0 # homeassistant.components.tibber pyTibber==0.17.0 diff --git a/tests/components/rfxtrx/test_init.py b/tests/components/rfxtrx/test_init.py index b3829e2b5cc..3625c23ebb8 100644 --- a/tests/components/rfxtrx/test_init.py +++ b/tests/components/rfxtrx/test_init.py @@ -117,7 +117,7 @@ async def test_fire_event(hass, rfxtrx): "type_string": "Byron SX", "id_string": "00:90", "data": "0716000100900970", - "values": {"Command": "Chime", "Rssi numeric": 7, "Sound": 9}, + "values": {"Command": "Sound 9", "Rssi numeric": 7, "Sound": 9}, "device_id": device_id_2.id, }, ]