From 43271ca0f7ff5d9ceaf337a9a7cb344c4f14ac4e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 15 Nov 2018 14:01:02 +0100 Subject: [PATCH] Bump aioasuswrt to 1.1.6 --- 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 561d41562de..0e8e9bfe98f 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.2'] +REQUIREMENTS = ['aioasuswrt==1.1.6'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 411fbae9911..25fafbe1d55 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -86,7 +86,7 @@ abodepy==0.14.0 afsapi==0.0.4 # homeassistant.components.device_tracker.asuswrt -aioasuswrt==1.1.2 +aioasuswrt==1.1.6 # homeassistant.components.device_tracker.automatic aioautomatic==0.6.5