Fix issue with Insteon events not firing correctly (#37974)
This commit is contained in:
parent
98dd56eed5
commit
b003d9675c
2 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@
|
||||||
"domain": "insteon",
|
"domain": "insteon",
|
||||||
"name": "Insteon",
|
"name": "Insteon",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/insteon",
|
"documentation": "https://www.home-assistant.io/integrations/insteon",
|
||||||
"requirements": ["pyinsteon==1.0.5"],
|
"requirements": ["pyinsteon==1.0.7"],
|
||||||
"codeowners": ["@teharris1"]
|
"codeowners": ["@teharris1"]
|
||||||
}
|
}
|
|
@ -1380,7 +1380,7 @@ pyialarm==0.3
|
||||||
pyicloud==0.9.7
|
pyicloud==0.9.7
|
||||||
|
|
||||||
# homeassistant.components.insteon
|
# homeassistant.components.insteon
|
||||||
pyinsteon==1.0.5
|
pyinsteon==1.0.7
|
||||||
|
|
||||||
# homeassistant.components.intesishome
|
# homeassistant.components.intesishome
|
||||||
pyintesishome==1.7.5
|
pyintesishome==1.7.5
|
||||||
|
|
Loading…
Add table
Reference in a new issue