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