python-insteonplm module version bump (#8736)

Requiring python-insteonplm v0.7.5 (up from 0.7.4) now
This commit is contained in:
David McNett 2017-07-31 07:33:51 -05:00 committed by Pascal Vizeli
parent 37fef4016e
commit 7156e4782e
2 changed files with 2 additions and 2 deletions

View File

@ -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__)

View File

@ -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