Fix issue with Insteon devices not responding to device changes (#37160)
parent
584ce043e5
commit
15165a3c93
|
@ -2,6 +2,6 @@
|
|||
"domain": "insteon",
|
||||
"name": "Insteon",
|
||||
"documentation": "https://www.home-assistant.io/integrations/insteon",
|
||||
"requirements": ["pyinsteon==1.0.4"],
|
||||
"requirements": ["pyinsteon==1.0.5"],
|
||||
"codeowners": ["@teharris1"]
|
||||
}
|
|
@ -1388,7 +1388,7 @@ pyialarm==0.3
|
|||
pyicloud==0.9.7
|
||||
|
||||
# homeassistant.components.insteon
|
||||
pyinsteon==1.0.4
|
||||
pyinsteon==1.0.5
|
||||
|
||||
# homeassistant.components.intesishome
|
||||
pyintesishome==1.7.5
|
||||
|
|
Loading…
Reference in New Issue