mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Point to master till archive is back (#3285)
This commit is contained in:
parent
3411c4c7c3
commit
5881f6000e
@ -12,17 +12,15 @@ from homeassistant.helpers import validate_config, discovery
|
|||||||
|
|
||||||
REQUIREMENTS = [
|
REQUIREMENTS = [
|
||||||
'https://github.com/jabesq/netatmo-api-python/archive/'
|
'https://github.com/jabesq/netatmo-api-python/archive/'
|
||||||
'v0.5.0.zip#lnetatmo==0.5.0']
|
'master.zip#lnetatmo==0.5.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
CONF_SECRET_KEY = 'secret_key'
|
CONF_SECRET_KEY = 'secret_key'
|
||||||
|
|
||||||
DOMAIN = "netatmo"
|
DOMAIN = 'netatmo'
|
||||||
NETATMO_AUTH = None
|
NETATMO_AUTH = None
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
|
||||||
|
|
||||||
|
|
||||||
def setup(hass, config):
|
def setup(hass, config):
|
||||||
"""Setup the Netatmo devices."""
|
"""Setup the Netatmo devices."""
|
||||||
|
@ -164,7 +164,7 @@ https://github.com/danieljkemp/onkyo-eiscp/archive/python3.zip#onkyo-eiscp==0.9.
|
|||||||
https://github.com/gadgetreactor/pyHS100/archive/master.zip#pyHS100==0.1.2
|
https://github.com/gadgetreactor/pyHS100/archive/master.zip#pyHS100==0.1.2
|
||||||
|
|
||||||
# homeassistant.components.netatmo
|
# homeassistant.components.netatmo
|
||||||
https://github.com/jabesq/netatmo-api-python/archive/v0.5.0.zip#lnetatmo==0.5.0
|
https://github.com/jabesq/netatmo-api-python/archive/master.zip#lnetatmo==0.5.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.sabnzbd
|
# homeassistant.components.sensor.sabnzbd
|
||||||
https://github.com/jamespcole/home-assistant-nzb-clients/archive/616cad59154092599278661af17e2a9f2cf5e2a9.zip#python-sabnzbd==0.1
|
https://github.com/jamespcole/home-assistant-nzb-clients/archive/616cad59154092599278661af17e2a9f2cf5e2a9.zip#python-sabnzbd==0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user