Fix authentication issue (#23600)
Update to pymy1 version 1.2.1 to fix authentication issuepull/23611/head
parent
19aee50bbc
commit
d9d5c91adc
homeassistant/components/myq
|
@ -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": []
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue