23 lines
676 B
YAML
Executable File

######################################################################
## Garage Status Announcements
######################################################################
- alias: 'Garage Opened'
trigger:
- platform: state
entity_id:
- cover.large_garage
- cover.small_garage
- sensor.backdoor
from: 'closed'
to: 'open'
for: '00:02:30'
action:
- service: input_boolean.turn_on
entity_id: input_boolean.alert_mode
- service: script.Voice_notify
data_template:
value1: "The {{ trigger.entity_id.split('.')[1]|replace('_', ' ') }} is now {{ (trigger.to_state.state)|replace('_', ' ') }}."