Files
fresh-home/automations/rooms/master_bedroom/master_bedroom_white_noise_on.yaml
T
2025-12-03 20:23:33 -05:00

16 lines
386 B
YAML

alias: Master Bedroom White Noise On
id: automation_master_bedroom_white_noise_on
trigger:
- platform: state
entity_id: input_boolean.master_bedroom_asleep
to: "on"
action:
- action: script.search_and_play_playlist
data:
speaker: media_player.ma_master_bedroom_clock
search_term: CleverThunderstorm
volume: 0.25
repeat: all
shuffle: false