From d9d5c91adc6210c5a995f0f8dd25a1e6d368f6fb Mon Sep 17 00:00:00 2001 From: ehendrix23 Date: Wed, 1 May 2019 16:05:35 -0600 Subject: [PATCH] Fix authentication issue (#23600) Update to pymy1 version 1.2.1 to fix authentication issue --- homeassistant/components/myq/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/myq/manifest.json b/homeassistant/components/myq/manifest.json index c4057fecb25..b870ff66309 100644 --- a/homeassistant/components/myq/manifest.json +++ b/homeassistant/components/myq/manifest.json @@ -3,7 +3,7 @@ "name": "Myq", "documentation": "https://www.home-assistant.io/components/myq", "requirements": [ - "pymyq==1.2.0" + "pymyq==1.2.1" ], "dependencies": [], "codeowners": [] diff --git a/requirements_all.txt b/requirements_all.txt index 4201c26ffe3..d5c8454d020 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1187,7 +1187,7 @@ pymonoprice==0.3 pymusiccast==0.1.6 # homeassistant.components.myq -pymyq==1.2.0 +pymyq==1.2.1 # homeassistant.components.mysensors pymysensors==0.18.0