WIP fritz install dependencies fix (#5399)

* updated fritzconnection dependency to 0.6 from pypi

* updated requirements_all for new dependencies of fritz platform
pull/5426/head
Alex 2017-01-18 11:01:31 +01:00 committed by Pascal Vizeli
parent eb06023aa5
commit 3267aa8c08
2 changed files with 4 additions and 6 deletions

View File

@ -15,9 +15,7 @@ from homeassistant.components.device_tracker import (
from homeassistant.const import CONF_HOST, CONF_PASSWORD, CONF_USERNAME
from homeassistant.util import Throttle
REQUIREMENTS = ['https://github.com/deisi/fritzconnection/archive/'
'b5c14515e1c8e2652b06b6316a7f3913df942841.zip'
'#fritzconnection==0.4.6']
REQUIREMENTS = ['fritzconnection==0.6']
# Return cached results if last scan was less then this time ago.
MIN_TIME_BETWEEN_SCANS = timedelta(seconds=5)

View File

@ -139,6 +139,9 @@ flux_led==0.12
# homeassistant.components.notify.free_mobile
freesms==0.1.1
# homeassistant.components.device_tracker.fritz
# fritzconnection==0.6
# homeassistant.components.conversation
fuzzywuzzy==0.14.0
@ -210,9 +213,6 @@ https://github.com/bashwork/pymodbus/archive/d7fc4f1cc975631e0a9011390e8017f64b6
# homeassistant.components.media_player.onkyo
https://github.com/danieljkemp/onkyo-eiscp/archive/python3.zip#onkyo-eiscp==0.9.2
# homeassistant.components.device_tracker.fritz
# https://github.com/deisi/fritzconnection/archive/b5c14515e1c8e2652b06b6316a7f3913df942841.zip#fritzconnection==0.4.6
# homeassistant.components.netatmo
https://github.com/jabesq/netatmo-api-python/archive/v0.9.0.zip#lnetatmo==0.9.0