Add badge for severe thunderstorm warnings with tornado possible
This commit is contained in:
@ -3701,6 +3701,22 @@ views:
|
||||
cards: []
|
||||
max_columns: 4
|
||||
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
|
||||
content: >-
|
||||
{{ states('sensor.blitzortung_lightning_counter') }} lightning strikes
|
||||
|
Reference in New Issue
Block a user