Fix unavailable-notice.yaml
This commit is contained in:
parent
2796eb441d
commit
cbcfb92db6
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
- alias: '[System] Unavailable notice'
|
||||
- id: system-unavailable-notice
|
||||
alias: '[System] Unavailable notice'
|
||||
description: ''
|
||||
mode: single
|
||||
trigger:
|
||||
|
@ -357,7 +358,7 @@
|
|||
data:
|
||||
title: "Device unavailable"
|
||||
message: >
|
||||
{{ state_attr(trigger.data.entity_id, 'friendly_name') }} is unavailable for 5 minutes
|
||||
{{ state_attr(trigger.event.device_id, 'friendly_name') }} is unavailable for 5 minutes
|
||||
data:
|
||||
channel: Notfall
|
||||
priority: high
|
||||
|
|
Loading…
Reference in a new issue