mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
32 lines
634 B
YAML
32 lines
634 B
YAML
alias: Girls Room Awake Button
|
|
id: automation_girls_room_awake_button
|
|
|
|
trigger:
|
|
- platform: state
|
|
entity_id: input_button.girls_room_awake
|
|
|
|
condition: []
|
|
|
|
action:
|
|
- action: input_select.select_option
|
|
data:
|
|
option: Auto
|
|
target:
|
|
entity_id: input_select.girls_room_mode
|
|
|
|
- action: input_select.select_option
|
|
data:
|
|
option: "Off"
|
|
target:
|
|
entity_id: input_select.girls_room_wled
|
|
|
|
- action: switch.turn_off
|
|
target:
|
|
entity_id:
|
|
- switch.black_bed_force_occupancy
|
|
|
|
- action: input_boolean.turn_off
|
|
data: {}
|
|
target:
|
|
entity_id: input_boolean.girls_room_asleep
|