mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-21 05:03:39 +00:00
This is the current config. Moved old to the v1-config branch
This commit is contained in:
15
scripts/fire_alarm_kitchen.yaml
Normal file
15
scripts/fire_alarm_kitchen.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
fire_alarm_kitchen:
|
||||
sequence:
|
||||
- event: LOGBOOK_ENTRY
|
||||
event_data:
|
||||
name: EVENT
|
||||
message: "Smoke Detected: Kitchen"
|
||||
- delay:
|
||||
minutes: 1
|
||||
- service: notify.jeff_ios
|
||||
data:
|
||||
message: 'Smoke Detected in Kitchen.'
|
||||
- service: tts.google_say
|
||||
data:
|
||||
entity_id: media_player.hass_speaker
|
||||
message: Attention. Smoke detected in the kitchen.
|
Reference in New Issue
Block a user