mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Update aiofreepybox to fix HTTPS connection issues (#15104)
The previous version of aiofreepybox was not working with custom domain names, which uses a Let's Encrypt certificates. Also, it was not working with the default domain name when connecting to Freebox v6. This should be fixed in aiofreepybox 0.0.4. See https://github.com/stilllman/freepybox/pull/1, https://github.com/stilllman/freepybox/pull/3 and https://github.com/stilllman/freepybox/issues/2 for more info.
This commit is contained in:
parent
b92350fb55
commit
9dd2c36de4
@ -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.3']
|
REQUIREMENTS = ['aiofreepybox==0.0.4']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -84,7 +84,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.3
|
aiofreepybox==0.0.4
|
||||||
|
|
||||||
# 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