From 66dd9815a25e4139648d29d7bf00db72de13bdd3 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Thu, 15 Apr 2021 19:58:43 +0200 Subject: [PATCH] chore: add template to battery schema --- themes/schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/schema.json b/themes/schema.json index f8e76c1a..c08ed228 100644 --- a/themes/schema.json +++ b/themes/schema.json @@ -357,6 +357,9 @@ "title": "Display while charging", "description": "displays the battery status while charging (Charging or Full)", "default": true + }, + "template": { + "$ref": "#/definitions/template" } } }