From 77d29c3a422a60c301d3bc449e16dee3d032d1d4 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 14 Nov 2025 14:31:03 +0100 Subject: [PATCH] fix 5 --- apps/ui/templates/dashboard.html | 34 +++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/apps/ui/templates/dashboard.html b/apps/ui/templates/dashboard.html index 7c9ebd4..e3832d4 100644 --- a/apps/ui/templates/dashboard.html +++ b/apps/ui/templates/dashboard.html @@ -1649,6 +1649,21 @@
${group.name}
${group.device_count} ${group.device_count === 1 ? 'Gerät' : 'Geräte'}
+ ${group.capabilities.brightness ? ` +
+ + +
+ ` : ''}