Cleanup mobile dashboard text briefing slightly

This commit is contained in:
2025-03-14 01:00:37 -04:00
parent 9ef4ebc060
commit 045053028a

View File

@ -3983,18 +3983,13 @@ views:
card: card:
type: markdown type: markdown
text_only: true text_only: true
content: >- content: >
{% from 'weather.jinja' import weatherReport %} {% from {% from 'weather.jinja' import weatherReport %} {% from
'formatting.jinja' import cleanup %} {% import 'status.jinja' as 'formatting.jinja' import cleanup %} {% import 'status.jinja' as
status %} status %}
{% from 'time.jinja' import current_date_readout, current_time %}
# Hello {{ user }} # Hello {{ user }}
It is currently {{ cleanup(current_time("time",12)) }} on {{
cleanup(current_date_readout()) }}
{{ weatherReport('full','dashboard') }} {{ weatherReport('full','dashboard') }}
@ -4019,15 +4014,6 @@ views:
--- Lights --- --- Lights ---
Lights On: {{ states('sensor.current_lights_on') }} 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 layout: responsive
badges_position: bottom badges_position: bottom
- title: Old - title: Old