From 61a3b4ffdb7f7e40e000d4ca51b3db58811b260d Mon Sep 17 00:00:00 2001 From: Tom Harris Date: Thu, 5 Apr 2018 11:59:32 -0400 Subject: [PATCH] Bump insteonplm to 0.8.6 to fix sensor message handling (#13691) --- homeassistant/components/insteon_plm.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/insteon_plm.py b/homeassistant/components/insteon_plm.py index 6f5c5223ea0..d867f0c3d28 100644 --- a/homeassistant/components/insteon_plm.py +++ b/homeassistant/components/insteon_plm.py @@ -16,7 +16,7 @@ import homeassistant.helpers.config_validation as cv from homeassistant.helpers import discovery from homeassistant.helpers.entity import Entity -REQUIREMENTS = ['insteonplm==0.8.3'] +REQUIREMENTS = ['insteonplm==0.8.6'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 1b581cd2040..9a0613211da 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -436,7 +436,7 @@ influxdb==5.0.0 insteonlocal==0.53 # homeassistant.components.insteon_plm -insteonplm==0.8.3 +insteonplm==0.8.6 # homeassistant.components.verisure jsonpath==0.75