mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00: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:
parent
e16793013a
commit
b71dc752fa
@ -22,7 +22,7 @@ from homeassistant.components.device_tracker import (
|
|||||||
from homeassistant.const import (
|
from homeassistant.const import (
|
||||||
CONF_HOST, CONF_PORT)
|
CONF_HOST, CONF_PORT)
|
||||||
|
|
||||||
REQUIREMENTS = ['aiofreepybox==0.0.4']
|
REQUIREMENTS = ['aiofreepybox==0.0.5']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -97,7 +97,7 @@ aioautomatic==0.6.5
|
|||||||
aiodns==1.1.1
|
aiodns==1.1.1
|
||||||
|
|
||||||
# homeassistant.components.device_tracker.freebox
|
# homeassistant.components.device_tracker.freebox
|
||||||
aiofreepybox==0.0.4
|
aiofreepybox==0.0.5
|
||||||
|
|
||||||
# homeassistant.components.camera.yi
|
# homeassistant.components.camera.yi
|
||||||
aioftp==0.10.1
|
aioftp==0.10.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user