From d54f1645d5ec8bb67f64b0f9b1a1bb498f275739 Mon Sep 17 00:00:00 2001 From: dzukero <47693760+dzukero@users.noreply.github.com> Date: Thu, 17 Dec 2020 21:35:58 +0200 Subject: [PATCH] Update required pyRFXtrx version to 0.26.1 --- homeassistant/components/rfxtrx/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/rfxtrx/manifest.json b/homeassistant/components/rfxtrx/manifest.json index e62fc5c3c83..19e834d11d6 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"], + "requirements": ["pyRFXtrx==0.26.1"], "codeowners": ["@danielhiversen", "@elupus", "@RobBie1221"], "config_flow": true }