From cb399cba195110e9b87e41fe2dc18046575fb9b8 Mon Sep 17 00:00:00 2001 From: hael Date: Mon, 10 Mar 2025 17:30:21 +0000 Subject: [PATCH] Update homeassistant/template.json --- homeassistant/template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/template.json b/homeassistant/template.json index f673829..0cec854 100644 --- a/homeassistant/template.json +++ b/homeassistant/template.json @@ -3,13 +3,13 @@ "fields": [ { "description": "Please add your homeassistant domain: (required)", - "key": "HOMEASSISTANT_DOMAIN", + "key": "DOMAIN", "value": "", "required": "true" }, { "description": "Please add your homeassistant timezone: (required)", - "key": "HOMEASSISTANT_TZ", + "key": "TZ", "value": "Europe/Budapest", "required": "true" }