Skip to content

Commit

Permalink
Startup & Device Alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
gcobb321 committed Apr 26, 2024
1 parent 2d84a01 commit 6756b05
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions docs/chapters/7.6-alerts.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ The alerts are also updated in the iCloud3 Event Log sensor entity `sensor.iclou

The following automations are examples that will send a message with the alert information to an iPhone.

- **Startup Alerts**


- **Startup Alerts**
```
alias: iCloud3 Alert Message (Startup)
description: Send an Alert Msg (Startup Alerts)
Expand All @@ -53,13 +54,11 @@ The following automations are examples that will send a message with the alert i
title: iCloud3 Alert-Startup Events
message: "{{ state_attr('sensor.icloud3_event_log', 'alert_startup') }}"
mode: single
```



- **Tracked Devices Alerts**

```
alias: iCloud3 Alert Message (Tracked)
description: Send an Alert Msg (Tracked Devices Alerts)
Expand All @@ -85,14 +84,13 @@ The following automations are examples that will send a message with the alert i
title: iCloud3 Alert-Tracked Devices
message: "{{ state_attr('sensor.icloud3_event_log', 'alert_tracked') }}"
mode: single
```



- **Monitored Devices Alerts**

````
```
alias: iCloud3 Alert Message (Monitored)
description: Send an Alert Msg (Monitored Devices Alerts)
trigger:
Expand All @@ -117,10 +115,7 @@ The following automations are examples that will send a message with the alert i
title: iCloud3 Alert-Monitored Devices
message: "{{ state_attr('sensor.icloud3_event_log', 'alert_monitored') }}"
mode: single
```
````



Expand Down Expand Up @@ -151,7 +146,6 @@ The following automations are examples that will send a message with the alert i
title: iCloud3 Alert-Summary
message: "{{ state_attr('sensor.icloud3_event_log', 'alerts') }}"
mode: single
```


0 comments on commit 6756b05

Please sign in to comment.