Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
514ae128f8
|
@@ -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:
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user