mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
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
|