Fix issue with Insteon devices not responding to device changes (#37160)

pull/37198/head
Tom Harris 2020-06-28 05:46:44 -04:00 committed by GitHub
parent 584ce043e5
commit 15165a3c93
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.4"],
"requirements": ["pyinsteon==1.0.5"],
"codeowners": ["@teharris1"]
}

View File

@ -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