config no longer necessary, since it is handled by wee_config

master
Matthew Wall 9 years ago
parent f1649902eb
commit c66eec35a1

@ -15,15 +15,5 @@ class NetatmoInstaller(ExtensionInstaller):
description='Driver for netatmo weather stations.', description='Driver for netatmo weather stations.',
author="Matthew Wall", author="Matthew Wall",
author_email="mwall@users.sourceforge.net", 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'])] files=[('bin/user', ['bin/user/netatmo.py'])]
) )

Loading…
Cancel
Save