mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Patch Insteon Hub connectivity issues (#71081)
This commit is contained in:
parent
85dbfa75ef
commit
7662d588a9
@ -4,11 +4,18 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/insteon",
|
"documentation": "https://www.home-assistant.io/integrations/insteon",
|
||||||
"dependencies": ["http", "websocket_api"],
|
"dependencies": ["http", "websocket_api"],
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"pyinsteon==1.1.0b1",
|
"pyinsteon==1.1.0b3",
|
||||||
"insteon-frontend-home-assistant==0.1.0"
|
"insteon-frontend-home-assistant==0.1.0"
|
||||||
],
|
],
|
||||||
"codeowners": ["@teharris1"],
|
"codeowners": ["@teharris1"],
|
||||||
"dhcp": [{ "macaddress": "000EF3*" }, { "registered_devices": true }],
|
"dhcp": [
|
||||||
|
{
|
||||||
|
"macaddress": "000EF3*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"registered_devices": true
|
||||||
|
}
|
||||||
|
],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["pyinsteon", "pypubsub"],
|
"loggers": ["pyinsteon", "pypubsub"],
|
||||||
|
@ -1547,7 +1547,7 @@ pyialarm==1.9.0
|
|||||||
pyicloud==1.0.0
|
pyicloud==1.0.0
|
||||||
|
|
||||||
# homeassistant.components.insteon
|
# homeassistant.components.insteon
|
||||||
pyinsteon==1.1.0b1
|
pyinsteon==1.1.0b3
|
||||||
|
|
||||||
# homeassistant.components.intesishome
|
# homeassistant.components.intesishome
|
||||||
pyintesishome==1.7.6
|
pyintesishome==1.7.6
|
||||||
|
@ -1029,7 +1029,7 @@ pyialarm==1.9.0
|
|||||||
pyicloud==1.0.0
|
pyicloud==1.0.0
|
||||||
|
|
||||||
# homeassistant.components.insteon
|
# homeassistant.components.insteon
|
||||||
pyinsteon==1.1.0b1
|
pyinsteon==1.1.0b3
|
||||||
|
|
||||||
# homeassistant.components.ipma
|
# homeassistant.components.ipma
|
||||||
pyipma==2.0.5
|
pyipma==2.0.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user