mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
WIP fritz install dependencies fix (#5399)
* updated fritzconnection dependency to 0.6 from pypi * updated requirements_all for new dependencies of fritz platform
This commit is contained in:
parent
eb06023aa5
commit
3267aa8c08
@ -15,9 +15,7 @@ from homeassistant.components.device_tracker import (
|
|||||||
from homeassistant.const import CONF_HOST, CONF_PASSWORD, CONF_USERNAME
|
from homeassistant.const import CONF_HOST, CONF_PASSWORD, CONF_USERNAME
|
||||||
from homeassistant.util import Throttle
|
from homeassistant.util import Throttle
|
||||||
|
|
||||||
REQUIREMENTS = ['https://github.com/deisi/fritzconnection/archive/'
|
REQUIREMENTS = ['fritzconnection==0.6']
|
||||||
'b5c14515e1c8e2652b06b6316a7f3913df942841.zip'
|
|
||||||
'#fritzconnection==0.4.6']
|
|
||||||
|
|
||||||
# Return cached results if last scan was less then this time ago.
|
# Return cached results if last scan was less then this time ago.
|
||||||
MIN_TIME_BETWEEN_SCANS = timedelta(seconds=5)
|
MIN_TIME_BETWEEN_SCANS = timedelta(seconds=5)
|
||||||
|
@ -139,6 +139,9 @@ flux_led==0.12
|
|||||||
# homeassistant.components.notify.free_mobile
|
# homeassistant.components.notify.free_mobile
|
||||||
freesms==0.1.1
|
freesms==0.1.1
|
||||||
|
|
||||||
|
# homeassistant.components.device_tracker.fritz
|
||||||
|
# fritzconnection==0.6
|
||||||
|
|
||||||
# homeassistant.components.conversation
|
# homeassistant.components.conversation
|
||||||
fuzzywuzzy==0.14.0
|
fuzzywuzzy==0.14.0
|
||||||
|
|
||||||
@ -210,9 +213,6 @@ https://github.com/bashwork/pymodbus/archive/d7fc4f1cc975631e0a9011390e8017f64b6
|
|||||||
# homeassistant.components.media_player.onkyo
|
# homeassistant.components.media_player.onkyo
|
||||||
https://github.com/danieljkemp/onkyo-eiscp/archive/python3.zip#onkyo-eiscp==0.9.2
|
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
|
# homeassistant.components.netatmo
|
||||||
https://github.com/jabesq/netatmo-api-python/archive/v0.9.0.zip#lnetatmo==0.9.0
|
https://github.com/jabesq/netatmo-api-python/archive/v0.9.0.zip#lnetatmo==0.9.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user