Add another guest to notification
This commit is contained in:
parent
89cc54f32a
commit
4ccff6bce7
@ -6,9 +6,10 @@
|
|||||||
- platform: state
|
- platform: state
|
||||||
entity_id:
|
entity_id:
|
||||||
- person.andrzej_legowski
|
- person.andrzej_legowski
|
||||||
- person.piotr_madej
|
|
||||||
- person.matka
|
- person.matka
|
||||||
- person.mariusz_ablewicz
|
- person.mariusz_ablewicz
|
||||||
|
- person.mateusz_gizycki
|
||||||
|
- person.piotr_madej
|
||||||
to: home
|
to: home
|
||||||
condition:
|
condition:
|
||||||
- condition: not
|
- condition: not
|
||||||
@ -21,4 +22,4 @@
|
|||||||
data:
|
data:
|
||||||
title: "Someone is near home"
|
title: "Someone is near home"
|
||||||
message: >
|
message: >
|
||||||
{{ state_attr(trigger.entity_id, 'friendly_name') }} has connected to guest wifi
|
{{ state_attr(trigger.entity_id, 'friendly_name') }} has connected to guest wifi
|
||||||
|
Loading…
Reference in New Issue
Block a user