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:
parent
e16793013a
commit
b71dc752fa
2 changed files with 2 additions and 2 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue