homebridge-smarthomeng/config.schema.json
2022-02-08 17:01:36 +01:00

16 lines
287 B
JSON

{
"pluginAlias": "SmartHomeNG-dev",
"pluginType": "platform",
"singular": true,
"schema": {
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string",
"required": true,
"default": "SmartHomeNG"
}
}
}
}