Fix issue connecting to Insteon Hub v2 (#52970)
parent
f39f087b10
commit
960684346f
|
@ -3,7 +3,7 @@
|
|||
"name": "Insteon",
|
||||
"documentation": "https://www.home-assistant.io/integrations/insteon",
|
||||
"requirements": [
|
||||
"pyinsteon==1.0.11"
|
||||
"pyinsteon==1.0.12"
|
||||
],
|
||||
"codeowners": [
|
||||
"@teharris1"
|
||||
|
|
|
@ -1488,7 +1488,7 @@ pyialarm==1.9.0
|
|||
pyicloud==0.10.2
|
||||
|
||||
# homeassistant.components.insteon
|
||||
pyinsteon==1.0.11
|
||||
pyinsteon==1.0.12
|
||||
|
||||
# homeassistant.components.intesishome
|
||||
pyintesishome==1.7.6
|
||||
|
|
|
@ -835,7 +835,7 @@ pyialarm==1.9.0
|
|||
pyicloud==0.10.2
|
||||
|
||||
# homeassistant.components.insteon
|
||||
pyinsteon==1.0.11
|
||||
pyinsteon==1.0.12
|
||||
|
||||
# homeassistant.components.ipma
|
||||
pyipma==2.0.5
|
||||
|
|
Loading…
Reference in New Issue