Bump ISY994's PyISY dependency to 1.1.2 (#26413)

Fixed a major bug that was responsible for ISY events getting seemingly random delays up to 24 seconds
This commit is contained in:
Greg Laabs 2019-09-03 23:11:30 -07:00 committed by Paulus Schoutsen
parent b4058b5c7f
commit 22d3cf4117
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"name": "Isy994",
"documentation": "https://www.home-assistant.io/components/isy994",
"requirements": [
"PyISY==1.1.1"
"PyISY==1.1.2"
],
"dependencies": [],
"codeowners": []

View File

@ -50,7 +50,7 @@ PyEssent==0.13
PyGithub==1.43.5
# homeassistant.components.isy994
PyISY==1.1.1
PyISY==1.1.2
# homeassistant.components.mvglive
PyMVGLive==1.1.4