diff --git a/homeassistant/components/device_tracker/asuswrt.py b/homeassistant/components/device_tracker/asuswrt.py index 5d97ed219a9..561d41562de 100644 --- a/homeassistant/components/device_tracker/asuswrt.py +++ b/homeassistant/components/device_tracker/asuswrt.py @@ -15,7 +15,7 @@ from homeassistant.const import ( CONF_HOST, CONF_PASSWORD, CONF_USERNAME, CONF_PORT, CONF_MODE, CONF_PROTOCOL) -REQUIREMENTS = ['aioasuswrt==1.1.1'] +REQUIREMENTS = ['aioasuswrt==1.1.2'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index d52a0cdd092..6dd7488a2e9 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -88,7 +88,7 @@ abodepy==0.14.0 afsapi==0.0.4 # homeassistant.components.device_tracker.asuswrt -aioasuswrt==1.1.1 +aioasuswrt==1.1.2 # homeassistant.components.device_tracker.automatic aioautomatic==0.6.5