mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Fix issue with Insteon events not firing correctly (#37974)
This commit is contained in:
parent
d5a03b4d6a
commit
dd459a7855
@ -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"]
|
||||||
}
|
}
|
@ -1386,7 +1386,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…
x
Reference in New Issue
Block a user