From 8c6b9b57cd83bbc48fcac7d3146171770fefae9f Mon Sep 17 00:00:00 2001 From: kennedyshead Date: Wed, 12 Dec 2018 20:24:44 +0100 Subject: [PATCH] Bump aioasuswrt (#19229) * bump aioasuswrt version * run gen_requirements --- homeassistant/components/asuswrt.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/asuswrt.py b/homeassistant/components/asuswrt.py index 719e857c751..959d39038e2 100644 --- a/homeassistant/components/asuswrt.py +++ b/homeassistant/components/asuswrt.py @@ -14,7 +14,7 @@ from homeassistant.const import ( from homeassistant.helpers import config_validation as cv from homeassistant.helpers.discovery import async_load_platform -REQUIREMENTS = ['aioasuswrt==1.1.13'] +REQUIREMENTS = ['aioasuswrt==1.1.15'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index ff6cc9cee1d..3ab4bafe3ea 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -87,7 +87,7 @@ abodepy==0.14.0 afsapi==0.0.4 # homeassistant.components.asuswrt -aioasuswrt==1.1.13 +aioasuswrt==1.1.15 # homeassistant.components.device_tracker.automatic aioautomatic==0.6.5