Compare commits

...

1 Commits

Author SHA1 Message Date
514ae128f8 Add recorder controls to dashboards 2026-03-04 05:49:37 -05:00
2 changed files with 19 additions and 1 deletions

View File

@@ -206,7 +206,7 @@ views:
name: Default Log Level
- entity: input_select.log_level
name: Core Log Level
title: Home Assistant Stats
- entity: input_boolean.recorder
state_color: true
show_header_toggle: false
visibility:

View File

@@ -3943,6 +3943,24 @@ views:
entity: switch.emma_door_alert
state: 'off'
color: var(--warning-color)
- type: custom:mushroom-template-badge
content: '{{ ''Disabled'' if states(entity) == ''off'' else ''Enabled'' }}'
icon: mdi:database
color: >-
{{ 'var(--error-color)' if states(entity) == 'off' else
'var(--success-color)' }}
entity: input_boolean.recorder
label: Recorder Status
visibility:
- condition: and
conditions:
- condition: user
users:
- c3909d27048140729f002aaef0391775
- 5244463d054a454389c06b76e6229b53
- condition: state
entity: input_boolean.recorder
state: 'off'
- type: custom:mushroom-template-badge
content: Tornado Possible
color: var(--error-color)