vault backup: 2026-07-24 16:16:11

This commit is contained in:
2026-07-24 16:16:11 -06:00
parent d5abdfbc3d
commit 7f725019bd
2 changed files with 62 additions and 0 deletions
View File
+62
View File
@@ -0,0 +1,62 @@
```
type: entities
title: Edmonton Alerts
entities:
- type: conditional
conditions:
- entity: sensor.edmonton_warnings
state: "1"
row:
entity: sensor.edmonton_warnings
type: attribute
name: " "
secondary_info: last-changed
attribute: alert_1
icon: mdi:lightning-bolt
tap_action:
action: url
url_path: https://weather.gc.ca/warnings/report_e.html?ab33=
- type: conditional
conditions:
- entity: sensor.edmonton_watches
state: "1"
row:
entity: sensor.edmonton_watches
type: attribute
attribute: alert_1
icon: mdi:lightning-bolt
name: " "
secondary_info: last-changed
tap_action:
action: url
url_path: https://weather.gc.ca/warnings/report_e.html?ab33=
- type: conditional
conditions:
- entity: sensor.edmonton_watches
state: "0"
- entity: sensor.edmonton_warnings
state: "0"
- entity: sensor.edmonton_statements
state: "0"
row:
type: attribute
entity: input_text.no_alerts
attribute: text1
icon: none
name: No alerts
- type: conditional
conditions:
- entity: sensor.edmonton_statements
state: "1"
row:
type: attribute
entity: sensor.edmonton_statements
attribute: alert_1
icon: mdi:cloud-alert
name: " "
secondary_info: last-changed
tap_action:
action: url
url_path: https://weather.gc.ca/warnings/report_e.html?ab33=
```