Skip to content

Commit

Permalink
Update fritzconnection to 0.6.5 (#9950)
Browse files Browse the repository at this point in the history
  • Loading branch information
arsaboo authored and pvizeli committed Oct 18, 2017
1 parent 96e3dfe commit f05a8bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/device_tracker/fritz.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
DOMAIN, PLATFORM_SCHEMA, DeviceScanner)
from homeassistant.const import CONF_HOST, CONF_PASSWORD, CONF_USERNAME

REQUIREMENTS = ['fritzconnection==0.6.3']
REQUIREMENTS = ['fritzconnection==0.6.5']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/sensor/fritzbox_callmonitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import homeassistant.helpers.config_validation as cv
from homeassistant.util import Throttle

REQUIREMENTS = ['fritzconnection==0.6.3']
REQUIREMENTS = ['fritzconnection==0.6.5']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/sensor/fritzbox_netmonitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from requests.exceptions import RequestException

REQUIREMENTS = ['fritzconnection==0.6.3']
REQUIREMENTS = ['fritzconnection==0.6.5']

_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 @@ -255,7 +255,7 @@ freesms==0.1.1
# homeassistant.components.device_tracker.fritz
# homeassistant.components.sensor.fritzbox_callmonitor
# homeassistant.components.sensor.fritzbox_netmonitor
# fritzconnection==0.6.3
# fritzconnection==0.6.5

This comment has been minimized.

Copy link
@dotlambda

dotlambda Jan 30, 2018

Contributor

Any reason for this being commented out?


# homeassistant.components.switch.fritzdect
fritzhome==1.0.3
Expand Down

0 comments on commit f05a8bf

Please sign in to comment.