13 lines
287 B
YAML
13 lines
287 B
YAML
|
security_warning_garage_motion:
|
||
|
sequence:
|
||
|
- event: LOGBOOK_ENTRY
|
||
|
event_data:
|
||
|
name: EVENT
|
||
|
message: "Warning: Motion in Garage"
|
||
|
- delay:
|
||
|
seconds: 5
|
||
|
- service: tts.google_say
|
||
|
data:
|
||
|
entity_id: media_player.hass_speaker
|
||
|
message: Motion in Garage
|