From 3b44bd214bb4859b7afc5d7778ba35ed181b8a39 Mon Sep 17 00:00:00 2001 From: Alexander Platzer Date: Thu, 8 Jan 2026 15:31:38 +0100 Subject: [PATCH] #212 added labels --- app/lang/i18n.en.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/lang/i18n.en.json b/app/lang/i18n.en.json index a79ae60ec..25c2fea9a 100644 --- a/app/lang/i18n.en.json +++ b/app/lang/i18n.en.json @@ -6,6 +6,7 @@ "GridActionNavigate": "Navigate to other grid", "GridActionARE": "AsTeRICS action", "GridActionOpenHAB": "OpenHAB action", + "GridActionHomeAssistant": "Home Assistant action", "GridActionPredict": "Fill prediction elements", "GridActionCollectElement": "Collect element action", "GridActionWebradio": "Web radio action", @@ -292,6 +293,7 @@ "areUrl": "ARE URL", "testUrl": "Test URL", "openHABUrl": "OpenHAB URL", + "homeAssistantURL": "Home Assistant URL", "fetchItems": "Fetch items", "selectItem": "Select item", "filterByType": "Filter by type",