Compare commits
2 Commits
ebb53377f0
...
9f19a75ec3
| Author | SHA1 | Date | |
|---|---|---|---|
|
9f19a75ec3
|
|||
|
1acdd2c884
|
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user