From 36bf216e73c3fca10eaf8b848dd1b37ed33c5821 Mon Sep 17 00:00:00 2001 From: thafu Date: Mon, 26 May 2025 19:29:13 +0200 Subject: [PATCH] homeassistant template update --- homeassistant/template.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/homeassistant/template.json b/homeassistant/template.json index 0cec854..cf9b06b 100644 --- a/homeassistant/template.json +++ b/homeassistant/template.json @@ -1,14 +1,15 @@ { "name": "homeassistant", + "description": "Home Assistant lets you automate, control, and monitor smart home devices securely from a single interface.", "fields": [ { - "description": "Please add your homeassistant domain: (required)", + "description": "Your homeassistant domain:", "key": "DOMAIN", "value": "", "required": "true" }, { - "description": "Please add your homeassistant timezone: (required)", + "description": "Home Assistant timezone:", "key": "TZ", "value": "Europe/Budapest", "required": "true"