mirror of
https://github.com/bricebou/weewx-netatmo.git
synced 2025-01-18 12:01:11 +01:00
config no longer necessary, since it is handled by wee_config
This commit is contained in:
parent
f1649902eb
commit
c66eec35a1
1 changed files with 0 additions and 10 deletions
10
install.py
10
install.py
|
@ -15,15 +15,5 @@ class NetatmoInstaller(ExtensionInstaller):
|
|||
description='Driver for netatmo weather stations.',
|
||||
author="Matthew Wall",
|
||||
author_email="mwall@users.sourceforge.net",
|
||||
config={
|
||||
'Station': {
|
||||
'station_type': 'netatmo'},
|
||||
'netatmo': {
|
||||
'mode': 'cloud',
|
||||
'username': 'INSERT_USERNAME_HERE',
|
||||
'password': 'INSERT_PASSWORD_HERE',
|
||||
'client_id': 'INSERT_CLIENT_ID_HERE',
|
||||
'client_secret': 'INSERT_CLIENT_SECRET_HERE',
|
||||
'driver': 'user.netatmo'}},
|
||||
files=[('bin/user', ['bin/user/netatmo.py'])]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue