mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
update for pypi (#7430)
This commit is contained in:
committed by
Fabian Affolter
parent
c44ebbefc4
commit
05a3c463bf
@ -16,9 +16,7 @@ from homeassistant.const import CONF_API_KEY
|
||||
from homeassistant.loader import get_component
|
||||
from homeassistant.util import Throttle
|
||||
|
||||
REQUIREMENTS = [
|
||||
'https://github.com/nkgilley/python-ecobee-api/archive/'
|
||||
'a4496b293956b2eac285305136a62ac78bef510d.zip#python-ecobee==0.0.7']
|
||||
REQUIREMENTS = ['python-ecobee-api==0.0.7']
|
||||
|
||||
_CONFIGURING = {}
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
@ -11,9 +11,7 @@ import voluptuous as vol
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.const import CONF_NAME, CONF_API_KEY
|
||||
|
||||
REQUIREMENTS = [
|
||||
'https://github.com/nkgilley/python-join-api/archive/'
|
||||
'3e1e849f1af0b4080f551b62270c6d244d5fbcbd.zip#python-join-api==0.0.1']
|
||||
REQUIREMENTS = ['python-join-api==0.0.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -12,9 +12,7 @@ from homeassistant.components.notify import (
|
||||
from homeassistant.const import CONF_API_KEY
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = [
|
||||
'https://github.com/nkgilley/python-join-api/archive/'
|
||||
'3e1e849f1af0b4080f551b62270c6d244d5fbcbd.zip#python-join-api==0.0.1']
|
||||
REQUIREMENTS = ['python-join-api==0.0.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -293,13 +293,6 @@ https://github.com/molobrakos/python-pocketcasts/archive/9f61ff00c77c7c98ffa0af9
|
||||
# homeassistant.components.switch.anel_pwrctrl
|
||||
https://github.com/mweinelt/anel-pwrctrl/archive/ed26e8830e28a2bfa4260a9002db23ce3e7e63d7.zip#anel_pwrctrl==0.0.1
|
||||
|
||||
# homeassistant.components.ecobee
|
||||
https://github.com/nkgilley/python-ecobee-api/archive/a4496b293956b2eac285305136a62ac78bef510d.zip#python-ecobee==0.0.7
|
||||
|
||||
# homeassistant.components.joaoapps_join
|
||||
# homeassistant.components.notify.joaoapps_join
|
||||
https://github.com/nkgilley/python-join-api/archive/3e1e849f1af0b4080f551b62270c6d244d5fbcbd.zip#python-join-api==0.0.1
|
||||
|
||||
# homeassistant.components.notify.mailgun
|
||||
https://github.com/pschmitt/pymailgun/archive/1.3.zip#pymailgun==1.3
|
||||
|
||||
@ -639,6 +632,9 @@ python-clementine-remote==1.0.1
|
||||
# homeassistant.components.digital_ocean
|
||||
python-digitalocean==1.11
|
||||
|
||||
# homeassistant.components.ecobee
|
||||
python-ecobee-api==0.0.7
|
||||
|
||||
# homeassistant.components.climate.eq3btsmart
|
||||
# python-eq3bt==0.1.5
|
||||
|
||||
@ -648,6 +644,10 @@ python-forecastio==1.3.5
|
||||
# homeassistant.components.sensor.hp_ilo
|
||||
python-hpilo==3.9
|
||||
|
||||
# homeassistant.components.joaoapps_join
|
||||
# homeassistant.components.notify.joaoapps_join
|
||||
python-join-api==0.0.1
|
||||
|
||||
# homeassistant.components.lirc
|
||||
# python-lirc==1.2.3
|
||||
|
||||
|
Reference in New Issue
Block a user