From 7156e4782ebc145a3d677208cace1061ef7630c0 Mon Sep 17 00:00:00 2001 From: David McNett Date: Mon, 31 Jul 2017 07:33:51 -0500 Subject: [PATCH] python-insteonplm module version bump (#8736) Requiring python-insteonplm v0.7.5 (up from 0.7.4) now --- 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 b62a2e229ae..7cadbd0dd7f 100644 --- a/homeassistant/components/insteon_plm.py +++ b/homeassistant/components/insteon_plm.py @@ -15,7 +15,7 @@ from homeassistant.const import ( import homeassistant.helpers.config_validation as cv from homeassistant.helpers import discovery -REQUIREMENTS = ['insteonplm==0.7.4'] +REQUIREMENTS = ['insteonplm==0.7.5'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index fbb9e49fa4c..3c1f82ba2b8 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -334,7 +334,7 @@ influxdb==3.0.0 insteonlocal==0.52 # homeassistant.components.insteon_plm -insteonplm==0.7.4 +insteonplm==0.7.5 # homeassistant.components.verisure jsonpath==0.75