mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Update MyQ to use python-myq 3.1.9 (#100949)
This commit is contained in:
parent
b281fa17fc
commit
42b006a108
@ -809,8 +809,8 @@ build.json @home-assistant/supervisor
|
|||||||
/tests/components/mutesync/ @currentoor
|
/tests/components/mutesync/ @currentoor
|
||||||
/homeassistant/components/my/ @home-assistant/core
|
/homeassistant/components/my/ @home-assistant/core
|
||||||
/tests/components/my/ @home-assistant/core
|
/tests/components/my/ @home-assistant/core
|
||||||
/homeassistant/components/myq/ @ehendrix23
|
/homeassistant/components/myq/ @ehendrix23 @Lash-L
|
||||||
/tests/components/myq/ @ehendrix23
|
/tests/components/myq/ @ehendrix23 @Lash-L
|
||||||
/homeassistant/components/mysensors/ @MartinHjelmare @functionpointer
|
/homeassistant/components/mysensors/ @MartinHjelmare @functionpointer
|
||||||
/tests/components/mysensors/ @MartinHjelmare @functionpointer
|
/tests/components/mysensors/ @MartinHjelmare @functionpointer
|
||||||
/homeassistant/components/mystrom/ @fabaff
|
/homeassistant/components/mystrom/ @fabaff
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"domain": "myq",
|
"domain": "myq",
|
||||||
"name": "MyQ",
|
"name": "MyQ",
|
||||||
"codeowners": ["@ehendrix23"],
|
"codeowners": ["@ehendrix23", "@Lash-L"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"dhcp": [
|
"dhcp": [
|
||||||
{
|
{
|
||||||
@ -14,5 +14,5 @@
|
|||||||
},
|
},
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["pkce", "pymyq"],
|
"loggers": ["pkce", "pymyq"],
|
||||||
"requirements": ["pymyq==3.1.4"]
|
"requirements": ["python-myq==3.1.9"]
|
||||||
}
|
}
|
||||||
|
@ -1871,9 +1871,6 @@ pymonoprice==0.4
|
|||||||
# homeassistant.components.msteams
|
# homeassistant.components.msteams
|
||||||
pymsteams==0.1.12
|
pymsteams==0.1.12
|
||||||
|
|
||||||
# homeassistant.components.myq
|
|
||||||
pymyq==3.1.4
|
|
||||||
|
|
||||||
# homeassistant.components.mysensors
|
# homeassistant.components.mysensors
|
||||||
pymysensors==0.24.0
|
pymysensors==0.24.0
|
||||||
|
|
||||||
@ -2148,6 +2145,9 @@ python-miio==0.5.12
|
|||||||
# homeassistant.components.mpd
|
# homeassistant.components.mpd
|
||||||
python-mpd2==3.0.5
|
python-mpd2==3.0.5
|
||||||
|
|
||||||
|
# homeassistant.components.myq
|
||||||
|
python-myq==3.1.9
|
||||||
|
|
||||||
# homeassistant.components.mystrom
|
# homeassistant.components.mystrom
|
||||||
python-mystrom==2.2.0
|
python-mystrom==2.2.0
|
||||||
|
|
||||||
|
@ -1405,9 +1405,6 @@ pymodbus==3.5.2
|
|||||||
# homeassistant.components.monoprice
|
# homeassistant.components.monoprice
|
||||||
pymonoprice==0.4
|
pymonoprice==0.4
|
||||||
|
|
||||||
# homeassistant.components.myq
|
|
||||||
pymyq==3.1.4
|
|
||||||
|
|
||||||
# homeassistant.components.mysensors
|
# homeassistant.components.mysensors
|
||||||
pymysensors==0.24.0
|
pymysensors==0.24.0
|
||||||
|
|
||||||
@ -1598,6 +1595,9 @@ python-matter-server==3.7.0
|
|||||||
# homeassistant.components.xiaomi_miio
|
# homeassistant.components.xiaomi_miio
|
||||||
python-miio==0.5.12
|
python-miio==0.5.12
|
||||||
|
|
||||||
|
# homeassistant.components.myq
|
||||||
|
python-myq==3.1.9
|
||||||
|
|
||||||
# homeassistant.components.mystrom
|
# homeassistant.components.mystrom
|
||||||
python-mystrom==2.2.0
|
python-mystrom==2.2.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user