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