mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +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",
|
||||
"dependencies": ["http", "websocket_api"],
|
||||
"requirements": [
|
||||
"pyinsteon==1.1.0b1",
|
||||
"pyinsteon==1.1.0b3",
|
||||
"insteon-frontend-home-assistant==0.1.0"
|
||||
],
|
||||
"codeowners": ["@teharris1"],
|
||||
"dhcp": [{ "macaddress": "000EF3*" }, { "registered_devices": true }],
|
||||
"dhcp": [
|
||||
{
|
||||
"macaddress": "000EF3*"
|
||||
},
|
||||
{
|
||||
"registered_devices": true
|
||||
}
|
||||
],
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["pyinsteon", "pypubsub"],
|
||||
|
@ -1547,7 +1547,7 @@ pyialarm==1.9.0
|
||||
pyicloud==1.0.0
|
||||
|
||||
# homeassistant.components.insteon
|
||||
pyinsteon==1.1.0b1
|
||||
pyinsteon==1.1.0b3
|
||||
|
||||
# homeassistant.components.intesishome
|
||||
pyintesishome==1.7.6
|
||||
|
@ -1029,7 +1029,7 @@ pyialarm==1.9.0
|
||||
pyicloud==1.0.0
|
||||
|
||||
# homeassistant.components.insteon
|
||||
pyinsteon==1.1.0b1
|
||||
pyinsteon==1.1.0b3
|
||||
|
||||
# homeassistant.components.ipma
|
||||
pyipma==2.0.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user