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

Upgrade aiofreepybox (#17989)

- Add features to get connection status and stats
 - Improve error reporting
 - Fix issue with the authentication file (#16934)
This commit is contained in:
Luc Touraille 2018-10-30 07:35:23 +01:00 committed by Fabian Affolter
parent e16793013a
commit b71dc752fa
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ from homeassistant.components.device_tracker import (
from homeassistant.const import (
CONF_HOST, CONF_PORT)
REQUIREMENTS = ['aiofreepybox==0.0.4']
REQUIREMENTS = ['aiofreepybox==0.0.5']
_LOGGER = logging.getLogger(__name__)

View File

@ -97,7 +97,7 @@ aioautomatic==0.6.5
aiodns==1.1.1
# homeassistant.components.device_tracker.freebox
aiofreepybox==0.0.4
aiofreepybox==0.0.5
# homeassistant.components.camera.yi
aioftp==0.10.1