Bump insteonplm to 0.8.6 to fix sensor message handling (#13691)

This commit is contained in:
Tom Harris 2018-04-05 11:59:32 -04:00 committed by Fabian Affolter
parent 1b3c3494e8
commit 61a3b4ffdb
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -436,7 +436,7 @@ influxdb==5.0.0
insteonlocal==0.53 insteonlocal==0.53
# homeassistant.components.insteon_plm # homeassistant.components.insteon_plm
insteonplm==0.8.3 insteonplm==0.8.6
# homeassistant.components.verisure # homeassistant.components.verisure
jsonpath==0.75 jsonpath==0.75