Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Point to master till archive is back (netatmo) #3285

Merged
merged 1 commit into from Sep 9, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 2 additions & 4 deletions homeassistant/components/netatmo.py
Expand Up @@ -12,17 +12,15 @@

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."""
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -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
Expand Down