mirror of
https://github.com/home-assistant/core.git
synced 2026-09-03 18:24:49 -05:00
Fix issue connecting to Insteon Hub v2 (#52970)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -1490,7 +1490,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
|
||||
|
||||
@@ -837,7 +837,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
|
||||
|
||||
Reference in New Issue
Block a user