Point to master till archive is back (#3285)
This commit is contained in:
parent
3411c4c7c3
commit
5881f6000e
2 changed files with 3 additions and 5 deletions
|
@ -12,17 +12,15 @@ from homeassistant.helpers import validate_config, discovery
|
|||
|
||||
REQUIREMENTS = [
|
||||
'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__)
|
||||
|
||||
CONF_SECRET_KEY = 'secret_key'
|
||||
|
||||
DOMAIN = "netatmo"
|
||||
DOMAIN = 'netatmo'
|
||||
NETATMO_AUTH = None
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def setup(hass, config):
|
||||
"""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
|
||||
|
||||
# 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
|
||||
https://github.com/jamespcole/home-assistant-nzb-clients/archive/616cad59154092599278661af17e2a9f2cf5e2a9.zip#python-sabnzbd==0.1
|
||||
|
|
Loading…
Add table
Reference in a new issue