Skip to content

Commit

Permalink
Bumping aioasuswrt (#21627)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennedyshead authored and rohankapoorcom committed Mar 3, 2019
1 parent 3e0459c commit 1308ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/asuswrt/__init__.py
Expand Up @@ -9,7 +9,7 @@
from homeassistant.helpers import config_validation as cv
from homeassistant.helpers.discovery import async_load_platform

REQUIREMENTS = ['aioasuswrt==1.1.20']
REQUIREMENTS = ['aioasuswrt==1.1.21']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -97,7 +97,7 @@ afsapi==0.0.4
aioambient==0.1.3

# homeassistant.components.asuswrt
aioasuswrt==1.1.20
aioasuswrt==1.1.21

# homeassistant.components.device_tracker.automatic
aioautomatic==0.6.5
Expand Down

0 comments on commit 1308ead

Please sign in to comment.