1
mirror of https://github.com/home-assistant/core synced 2024-09-25 00:41:32 +02:00

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 <git@gavinmogan.com>

* Update requirements_all as well

Signed-off-by: Gavin Mogan <git@gavinmogan.com>
This commit is contained in:
Gavin Mogan 2018-10-30 22:33:04 -07:00 committed by Daniel Høyer Iversen
parent 4073f63256
commit 9c77465c0e
2 changed files with 2 additions and 2 deletions

View File

@ -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__)

View File

@ -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