mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 11:00:14 -04:00
31 lines
619 B
YAML
31 lines
619 B
YAML
alias: Nursery Awake Button
|
|
id: automation_nursery_awake_button
|
|
|
|
trigger:
|
|
- platform: state
|
|
entity_id: input_button.nursery_awake
|
|
|
|
condition: []
|
|
|
|
action:
|
|
- service: input_select.select_option
|
|
data:
|
|
option: Auto
|
|
target:
|
|
entity_id: input_select.nursery_mode
|
|
|
|
- service: input_select.select_option
|
|
data:
|
|
option: 'Off'
|
|
target:
|
|
entity_id: input_select.nursery_wled
|
|
|
|
- service: switch.turn_off
|
|
target:
|
|
entity_id:
|
|
- switch.black_bed_force_occupancy
|
|
|
|
- service: input_boolean.turn_off
|
|
data: {}
|
|
target:
|
|
entity_id: input_boolean.nursery_asleep |