Cleanup mobile dashboard text briefing slightly
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user