diff --git a/homeassistant/components/insteon_local.py b/homeassistant/components/insteon_local.py index cf93bc97e57..5d92ef9820d 100644 --- a/homeassistant/components/insteon_local.py +++ b/homeassistant/components/insteon_local.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index 969f012b17b..c5b9983421f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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