mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
Bunches of fixes nd changes
This commit is contained in:
@@ -3,9 +3,21 @@ id: automation_nursery_white_noise_on
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: input_boolean.nursery_asleep
|
||||
entity_id: input_boolean.girls_room_asleep
|
||||
to: "on"
|
||||
|
||||
- platform: state
|
||||
entity_id: media_player.ma_girls_room_hub
|
||||
to: "idle"
|
||||
for: 00:00:05
|
||||
|
||||
condition:
|
||||
- alias: "Is the girls' room asleep?"
|
||||
condition: state
|
||||
entity_id: input_boolean.girls_room_asleep
|
||||
state: "on"
|
||||
|
||||
|
||||
action:
|
||||
- choose:
|
||||
- conditions:
|
||||
|
||||
Reference in New Issue
Block a user