A netatmo thermostat plugin for homebridge.
To use this plugin, you need to register an application on the Netatmo developer platform
"accessories": [
{
"accessory": "Netatmo Thermostat",
"name": "Thermostat",
"client_id": "<clientid from https://dev.netatmo.com/>",
"client_secret": "<secret from https://dev.netatmo.com/>",
"username": "",
"password": ""
}
],