mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Fix authentication issue (#23600)
Update to pymy1 version 1.2.1 to fix authentication issue
This commit is contained in:
parent
19aee50bbc
commit
d9d5c91adc
@ -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…
x
Reference in New Issue
Block a user