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
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.3']
|
||||
REQUIREMENTS = ['aiofreepybox==0.0.4']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@ aioautomatic==0.6.5
|
|||
aiodns==1.1.1
|
||||
|
||||
# homeassistant.components.device_tracker.freebox
|
||||
aiofreepybox==0.0.3
|
||||
aiofreepybox==0.0.4
|
||||
|
||||
# homeassistant.components.camera.yi
|
||||
aioftp==0.10.1
|
||||
|
|
Loading…
Add table
Reference in a new issue