Fix issue with Insteon events not firing correctly (#37974)

pull/38020/head
Tom Harris 2020-07-20 10:23:59 -04:00 committed by GitHub
parent d5a03b4d6a
commit dd459a7855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@
"domain": "insteon",
"name": "Insteon",
"documentation": "https://www.home-assistant.io/integrations/insteon",
"requirements": ["pyinsteon==1.0.5"],
"requirements": ["pyinsteon==1.0.7"],
"codeowners": ["@teharris1"]
}

View File

@ -1386,7 +1386,7 @@ pyialarm==0.3
pyicloud==0.9.7
# homeassistant.components.insteon
pyinsteon==1.0.5
pyinsteon==1.0.7
# homeassistant.components.intesishome
pyintesishome==1.7.5