{ "pluginAlias": "Polestar", "pluginType": "accessory", "schema": { "type": "object", "properties": { "name": { "title": "name", "type": "string", "required": true, "default": "Polestar" }, "batteryAsLightbulb": { "title": "Battery Switch", "type": "boolean", "default": true, "description": "If on will create a lightbulb to show battery level in percent as it's own tile" }, "chargingStatusAsSwitch": { "title": "Charging Switch", "type": "boolean", "default": true, "description": "If on will create a switch to show charging state" }, "plugStatusAsSwitch": { "title": "Plug Status Switch", "type": "boolean", "default": true, "description": "If on will create a switch to show plug state" }, "vehicleLock": { "title": "Car Doors", "type": "boolean", "default": true, "description": "Example: 'Unlock the Car Doors'" }, "climateSwitch": { "title": "Climate Switch", "type": "boolean", "default": true, "description": "If on will create a switch to turn on/off climate control" } } } }