Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
87400a0055
|
|||
6a251b9ae4
|
|||
045053028a
|
|||
9ef4ebc060
|
|||
267f0d7b77
|
@ -881,6 +881,14 @@ views:
|
|||||||
tap_action:
|
tap_action:
|
||||||
action: navigate
|
action: navigate
|
||||||
navigation_path: /dashboard-mobile/kallen
|
navigation_path: /dashboard-mobile/kallen
|
||||||
|
visibility:
|
||||||
|
- condition: user
|
||||||
|
users:
|
||||||
|
- f387a983651a4321a7411ff8cf36f949
|
||||||
|
- c3909d27048140729f002aaef0391775
|
||||||
|
- 879b4c04e32841b3ad1d2763a11b4e70
|
||||||
|
modules:
|
||||||
|
- default
|
||||||
card_mod:
|
card_mod:
|
||||||
style: |-
|
style: |-
|
||||||
.is-unavailable {
|
.is-unavailable {
|
||||||
@ -945,11 +953,6 @@ views:
|
|||||||
.is-on .bubble-icon {
|
.is-on .bubble-icon {
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
visibility:
|
|
||||||
- condition: user
|
|
||||||
users:
|
|
||||||
- f387a983651a4321a7411ff8cf36f949
|
|
||||||
- c3909d27048140729f002aaef0391775
|
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: button
|
card_type: button
|
||||||
button_type: name
|
button_type: name
|
||||||
@ -3698,6 +3701,22 @@ views:
|
|||||||
cards: []
|
cards: []
|
||||||
max_columns: 4
|
max_columns: 4
|
||||||
badges:
|
badges:
|
||||||
|
- type: custom:mushroom-template-badge
|
||||||
|
content: Tornado Possible
|
||||||
|
icon: mdi:weather-tornado
|
||||||
|
color: red
|
||||||
|
label: Stay Alert
|
||||||
|
tap_action:
|
||||||
|
action: none
|
||||||
|
hold_action:
|
||||||
|
action: none
|
||||||
|
double_tap_action:
|
||||||
|
action: none
|
||||||
|
entity: binary_sensor.tornado_possible
|
||||||
|
visibility:
|
||||||
|
- condition: state
|
||||||
|
entity: binary_sensor.tornado_possible
|
||||||
|
state: 'on'
|
||||||
- type: custom:mushroom-template-badge
|
- type: custom:mushroom-template-badge
|
||||||
content: >-
|
content: >-
|
||||||
{{ states('sensor.blitzortung_lightning_counter') }} lightning strikes
|
{{ states('sensor.blitzortung_lightning_counter') }} lightning strikes
|
||||||
@ -3730,6 +3749,38 @@ views:
|
|||||||
- condition: state
|
- condition: state
|
||||||
entity: binary_sensor.raining
|
entity: binary_sensor.raining
|
||||||
state: 'on'
|
state: 'on'
|
||||||
|
- type: custom:mushroom-template-badge
|
||||||
|
content: 'Currently: {{ states(''sensor.doors_open'') }}'
|
||||||
|
icon: mdi:door-open
|
||||||
|
color: red
|
||||||
|
entity: binary_sensor.windows
|
||||||
|
label: Doors Open
|
||||||
|
tap_action:
|
||||||
|
action: none
|
||||||
|
hold_action:
|
||||||
|
action: none
|
||||||
|
double_tap_action:
|
||||||
|
action: none
|
||||||
|
visibility:
|
||||||
|
- condition: state
|
||||||
|
entity: binary_sensor.exterior_doors
|
||||||
|
state: 'on'
|
||||||
|
- type: custom:mushroom-template-badge
|
||||||
|
content: 'Currently: {{ states(''sensor.windows_open'') }}'
|
||||||
|
icon: mdi:window-open
|
||||||
|
color: red
|
||||||
|
entity: binary_sensor.windows
|
||||||
|
label: Windows Open
|
||||||
|
tap_action:
|
||||||
|
action: none
|
||||||
|
hold_action:
|
||||||
|
action: none
|
||||||
|
double_tap_action:
|
||||||
|
action: none
|
||||||
|
visibility:
|
||||||
|
- condition: state
|
||||||
|
entity: binary_sensor.windows
|
||||||
|
state: 'on'
|
||||||
- type: custom:mushroom-template-badge
|
- type: custom:mushroom-template-badge
|
||||||
content: |-
|
content: |-
|
||||||
{% from 'time.jinja' import input_datetime_read %}
|
{% from 'time.jinja' import input_datetime_read %}
|
||||||
@ -3953,13 +4004,8 @@ views:
|
|||||||
'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') }}
|
||||||
|
|
||||||
|
|
||||||
@ -3976,23 +4022,6 @@ views:
|
|||||||
|
|
||||||
Warmest: {{ state_attr('sensor.warmest_room_temperature','room') }},
|
Warmest: {{ state_attr('sensor.warmest_room_temperature','room') }},
|
||||||
{{ states('sensor.warmest_room_temperature',with_unit=true) }}
|
{{ states('sensor.warmest_room_temperature',with_unit=true) }}
|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
|
|
||||||
--- 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
|
layout: responsive
|
||||||
badges_position: bottom
|
badges_position: bottom
|
||||||
- title: Old
|
- title: Old
|
||||||
|
Reference in New Issue
Block a user