Fix authentication issue (#23600)
Update to pymy1 version 1.2.1 to fix authentication issue
This commit is contained in:
parent
19aee50bbc
commit
d9d5c91adc
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue