diff --git a/install.py b/install.py index 9eacc2f..a2fbb3c 100644 --- a/install.py +++ b/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'])] )