mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +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",
|
"name": "Myq",
|
||||||
"documentation": "https://www.home-assistant.io/components/myq",
|
"documentation": "https://www.home-assistant.io/components/myq",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"pymyq==1.2.0"
|
"pymyq==1.2.1"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
|
@ -1187,7 +1187,7 @@ pymonoprice==0.3
|
|||||||
pymusiccast==0.1.6
|
pymusiccast==0.1.6
|
||||||
|
|
||||||
# homeassistant.components.myq
|
# homeassistant.components.myq
|
||||||
pymyq==1.2.0
|
pymyq==1.2.1
|
||||||
|
|
||||||
# homeassistant.components.mysensors
|
# homeassistant.components.mysensors
|
||||||
pymysensors==0.18.0
|
pymysensors==0.18.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user