Bump insteonplm version to fix device hanging (#14582)

* Update inteonplm to 0.9.2

* Change to force Travis CI

* Change to force Travis CI
This commit is contained in:
Tom Harris 2018-05-21 19:46:20 -04:00 committed by Martin Hjelmare
parent 23afdec767
commit 0d9b3bea10
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ import homeassistant.helpers.config_validation as cv
from homeassistant.helpers import discovery
from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['insteonplm==0.9.1']
REQUIREMENTS = ['insteonplm==0.9.2']
_LOGGER = logging.getLogger(__name__)

View File

@ -449,7 +449,7 @@ influxdb==5.0.0
insteonlocal==0.53
# homeassistant.components.insteon_plm
insteonplm==0.9.1
insteonplm==0.9.2
# homeassistant.components.verisure
jsonpath==0.75