UNPKG

homebridge-tasmota-thermostat

Version:

Homebridge plugin for using Tasmota's thermostat feature in Apple Home.

30 lines 626 B
{ "pluginAlias": "TasmotaThermostat", "pluginType": "accessory", "schema": { "type": "object", "properties": { "name": { "title": "Name", "type": "string", "required": true }, "mqtt": { "title": "MQTT Config", "type": "object", "properties": { "url": { "title": "URL", "type": "string", "required": true }, "thermostat_topic_name": { "title": "Thermostat Topic Name", "type": "string", "required": true } } } } } }