From 9c77465c0e8be1ec9d33828730ba7518936b15f2 Mon Sep 17 00:00:00 2001 From: Gavin Mogan Date: Tue, 30 Oct 2018 22:33:04 -0700 Subject: [PATCH] Upgrade to asuswrt 1.1.1 to better handle mac addresses with letters in them (#18030) * Upgrade to asuswrt 1.1.1 to better handle mac addresses with letters in them Signed-off-by: Gavin Mogan * Update requirements_all as well Signed-off-by: Gavin Mogan --- homeassistant/components/device_tracker/asuswrt.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/device_tracker/asuswrt.py b/homeassistant/components/device_tracker/asuswrt.py index 7f79bea0d2e..5d97ed219a9 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.0'] +REQUIREMENTS = ['aioasuswrt==1.1.1'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index e99e1a34665..d52a0cdd092 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.0 +aioasuswrt==1.1.1 # homeassistant.components.device_tracker.automatic aioautomatic==0.6.5