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__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue