Compare commits

...

2 Commits

Author SHA1 Message Date
9f19a75ec3 Add alert chip if E's door alert is disabled 2025-08-11 19:13:10 -04:00
1acdd2c884 Fix ping sensors 2025-08-11 19:12:43 -04:00
2 changed files with 22 additions and 3 deletions

View File

@@ -6089,9 +6089,12 @@ views:
- type: entities
entities:
- entity: binary_sensor.internet
- entity: sensor.min_ping
- entity: sensor.avg_ping
- entity: sensor.max_ping
- entity: sensor.internet_round_trip_time_minimum
name: Min Ping
- entity: sensor.internet_round_trip_time_average
name: Avg Ping
- entity: sensor.internet_round_trip_time_maximum
name: Max Ping
show_header_toggle: false
state_color: true
- type: entities

View File

@@ -3840,6 +3840,22 @@ views:
- condition: state
entity: timer.emma_door_alert
state: active
- type: custom:mushroom-template-badge
content: Alert Disabled
icon: mdi:alert
entity: switch.emma_door_alert
color: yellow
label: Emma Door Alert
tap_action:
action: toggle
hold_action:
action: more-info
double_tap_action:
action: none
visibility:
- condition: state
entity: switch.emma_door_alert
state: 'off'
- type: custom:mushroom-template-badge
content: Tornado Possible
color: red