Skip to content

Commit

Permalink
Update aiofreepybox to fix HTTPS connection issues (#15104)
Browse files Browse the repository at this point in the history
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 hacf-fr/freebox-api#1,
hacf-fr/freebox-api#3 and
hacf-fr/freebox-api#2 for more info.
  • Loading branch information
stilllman authored and balloob committed Jun 25, 2018
1 parent b92350f commit 9dd2c36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/device_tracker/freebox.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from homeassistant.const import (
CONF_HOST, CONF_PORT)

REQUIREMENTS = ['aiofreepybox==0.0.3']
REQUIREMENTS = ['aiofreepybox==0.0.4']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9dd2c36

Please sign in to comment.