From 3267aa8c089d3afc98c14428795112c60fdb3ca7 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 18 Jan 2017 11:01:31 +0100 Subject: [PATCH] WIP fritz install dependencies fix (#5399) * updated fritzconnection dependency to 0.6 from pypi * updated requirements_all for new dependencies of fritz platform --- homeassistant/components/device_tracker/fritz.py | 4 +--- requirements_all.txt | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/device_tracker/fritz.py b/homeassistant/components/device_tracker/fritz.py index 055c3bc85c0..c262a8fdf2a 100644 --- a/homeassistant/components/device_tracker/fritz.py +++ b/homeassistant/components/device_tracker/fritz.py @@ -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) diff --git a/requirements_all.txt b/requirements_all.txt index b8f93caa5b0..b8fe4898d70 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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