mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-18 23:36:11 +00:00
18 lines
509 B
YAML
Executable File
18 lines
509 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
|
|
state: 'on'
|
|
from: 'off'
|
|
|
|
action:
|
|
- service: input_boolean.turn_on
|
|
entity_id:
|
|
- input_boolean.chore_check
|
|
- service: script.Voice_notify
|