mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
15 lines
319 B
YAML
15 lines
319 B
YAML
alias: Master Bedroom White Noise Off
|
|
id: automation_master_bedroom_white_noise_off
|
|
|
|
trigger:
|
|
- platform: state
|
|
entity_id: input_boolean.master_bedroom_asleep
|
|
to: "off"
|
|
|
|
action:
|
|
- action: media_player.turn_off
|
|
data: {}
|
|
target:
|
|
entity_id: media_player.home_assistant_voice_097b44_media_player
|
|
|