From 74afd43b79c5c888a063eaa53baae77ee6dde34c Mon Sep 17 00:00:00 2001 From: Dave Nicolson Date: Tue, 22 Feb 2022 20:34:17 +0100 Subject: [PATCH] Adjust class to show stats at the bottom --- .../accessories/types/lightsensor/lightsensor.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/app/core/accessories/types/lightsensor/lightsensor.component.html b/ui/src/app/core/accessories/types/lightsensor/lightsensor.component.html index 4671d8a81..bce30cb19 100644 --- a/ui/src/app/core/accessories/types/lightsensor/lightsensor.component.html +++ b/ui/src/app/core/accessories/types/lightsensor/lightsensor.component.html @@ -1,7 +1,7 @@
-
+
-
{{ service.customName || service.serviceName }}
+
{{ service.customName || service.serviceName }}
{{ service.values.CurrentAmbientLightLevel }} lux
\ No newline at end of file