Fixing the openssl issue (#20570)

pull/20576/head
kennedyshead 2019-01-29 16:42:38 +01:00 committed by Paulus Schoutsen
parent e95c50c742
commit 988bcf9399
3 changed files with 3 additions and 3 deletions

View File

@ -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.18']
REQUIREMENTS = ['aioasuswrt==1.1.20']
_LOGGER = logging.getLogger(__name__)

View File

@ -60,7 +60,7 @@ class AsuswrtSensor(Entity):
async def async_update(self):
"""Fetch status from asuswrt."""
self._rates = await self._api.async_get_packets_total()
self._rates = await self._api.async_get_bytes_total()
self._speed = await self._api.async_get_current_transfer_rates()

View File

@ -90,7 +90,7 @@ afsapi==0.0.4
aioambient==0.1.0
# homeassistant.components.asuswrt
aioasuswrt==1.1.18
aioasuswrt==1.1.20
# homeassistant.components.device_tracker.automatic
aioautomatic==0.6.5