Bump insteonplm version to 0.15.0 (#17384)

This commit is contained in:
Tom Harris 2018-10-13 04:33:34 -04:00 committed by Fabian Affolter
parent d9d27733d1
commit db536797be
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -501,7 +501,7 @@ ihcsdk==2.2.0
influxdb==5.0.0
# homeassistant.components.insteon
insteonplm==0.14.2
insteonplm==0.15.0
# homeassistant.components.sensor.iperf3
iperf3==0.1.10