mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
16 lines
406 B
YAML
16 lines
406 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_home_assistant_voice_097b44_media_player
|
|
search_term: CleverThunderstorm
|
|
volume: 0.25
|
|
repeat: all
|
|
shuffle: false |