16 lines
444 B
YAML
Executable File
16 lines
444 B
YAML
Executable File
######################################################################
|
|
## Who's day is it anyway? Pretty sure my parent's didn't code to figure this out.
|
|
######################################################################
|
|
- alias: 'responsibilities'
|
|
|
|
trigger:
|
|
|
|
- platform: state
|
|
entity_id: input_boolean.responsibilities
|
|
to: 'on'
|
|
|
|
action:
|
|
- service: script.speech_engine
|
|
data:
|
|
call_responsibilities: 1
|