Bump insteonplm version to 0.11.2 (#15133)

* Bump insteonplm version to 0.11.2

* Gratuitous commit to force travis again.

* Reverse change made to force Travis CI
This commit is contained in:
Tom Harris 2018-06-25 06:46:55 -05:00 committed by Pascal Vizeli
parent 021d08a9c4
commit 05924a2868
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -460,7 +460,7 @@ influxdb==5.0.0
insteonlocal==0.53
# homeassistant.components.insteon_plm
insteonplm==0.10.0
insteonplm==0.11.2
# homeassistant.components.sensor.iperf3
iperf3==0.1.10