From 045053028a0e99d484b6f7792ce3be4619e71144 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Fri, 14 Mar 2025 01:00:37 -0400 Subject: [PATCH] Cleanup mobile dashboard text briefing slightly --- mobile_dashboard.yaml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/mobile_dashboard.yaml b/mobile_dashboard.yaml index 9077fc5..18ac835 100644 --- a/mobile_dashboard.yaml +++ b/mobile_dashboard.yaml @@ -3983,18 +3983,13 @@ views: card: type: markdown text_only: true - content: >- + content: > {% from 'weather.jinja' import weatherReport %} {% from 'formatting.jinja' import cleanup %} {% import 'status.jinja' as status %} - {% from 'time.jinja' import current_date_readout, current_time %} - # Hello {{ user }} - It is currently {{ cleanup(current_time("time",12)) }} on {{ - cleanup(current_date_readout()) }} - {{ weatherReport('full','dashboard') }} @@ -4019,15 +4014,6 @@ views: --- Lights --- Lights On: {{ states('sensor.current_lights_on') }} - - Average Lux: {{ - states('sensor.average_room_illuminance',with_unit=true) }} - - Dimmest: {{ state_attr('sensor.dimmest_room','room') }}, {{ - states('sensor.dimmest_room',with_unit=true) }} - - Brightest: {{ state_attr('sensor.brightest_room','room') }}, {{ - states('sensor.brightest_room',with_unit=true) }} layout: responsive badges_position: bottom - title: Old