From b71dc752fa2e3be463404351b29ca2985355c5ba Mon Sep 17 00:00:00 2001 From: Luc Touraille Date: Tue, 30 Oct 2018 07:35:23 +0100 Subject: [PATCH] Upgrade aiofreepybox (#17989) - Add features to get connection status and stats - Improve error reporting - Fix issue with the authentication file (#16934) --- homeassistant/components/device_tracker/freebox.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/device_tracker/freebox.py b/homeassistant/components/device_tracker/freebox.py index 2cac81fd405..b96ee710044 100644 --- a/homeassistant/components/device_tracker/freebox.py +++ b/homeassistant/components/device_tracker/freebox.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index 0865c388f4d..78050e51810 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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