mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
16 lines
386 B
YAML
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 |