homebridge-thermostatd-accessory
v1.0.0
Published
Homebridge accessory plugin for thermostatd
Downloads
7
Readme
homebridge-thermostatd-accessory
Homebridge accessory for thermostatd.
Example config
{
// ...
"accessories": [
{
"accessory": "ThermostatdAccessory",
"name": "Thermostat",
"host": "http://127.0.0.1:8080",
"token": "cool_token_goes_here"
}
],
// ...
}