mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-24 00:56:16 +01:00
21 lines
370 B
Nix
21 lines
370 B
Nix
|
{
|
||
|
alias = "Alarm - Triggered";
|
||
|
id = "6b9c6dac-2c6b-4add-b499-8e2b134e5d9c";
|
||
|
|
||
|
trigger = [
|
||
|
{
|
||
|
entity_id = "alarm_control_panel.home_alarm";
|
||
|
platform = "state";
|
||
|
to = "triggered";
|
||
|
}
|
||
|
];
|
||
|
action = [
|
||
|
{
|
||
|
data = {
|
||
|
message = "Alarm Triggered - Motion Detected!";
|
||
|
};
|
||
|
service = "notify.mobile_app_redrum";
|
||
|
}
|
||
|
];
|
||
|
}
|