Upgrade insteonlocal dependency to 0.49

This commit is contained in:
Jeffery Wilson
2017-04-06 11:03:40 -04:00
parent 590b3d01b1
commit 8c0abfdefe
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ from homeassistant.const import (
CONF_PASSWORD, CONF_USERNAME, CONF_HOST, CONF_PORT, CONF_TIMEOUT)
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['insteonlocal==0.48']
REQUIREMENTS = ['insteonlocal==0.49']
_LOGGER = logging.getLogger(__name__)

View File

@@ -330,7 +330,7 @@ influxdb==3.0.0
insteon_hub==0.4.5
# homeassistant.components.insteon_local
insteonlocal==0.48
insteonlocal==0.49
# homeassistant.components.insteon_plm
insteonplm==0.7.4