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