From 16faf9c3b45212d09220b49a1e06773e98cf81e2 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Tue, 1 Nov 2022 19:00:00 -0400 Subject: [PATCH] Automation to make sure E's white noise is at correct volume --- automations.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/automations.yaml b/automations.yaml index f12ab8a..1878965 100644 --- a/automations.yaml +++ b/automations.yaml @@ -417,3 +417,25 @@ input: garbage_collection_entity: sensor.garbage_collection_large_pickup holiday_entity: calendar.holidays +- id: '1667341156218' + alias: Emma White Noise Volume + description: '' + trigger: + - platform: state + entity_id: + - input_boolean.white_noise_emma_bedroom + to: 'on' + from: 'off' + condition: [] + action: + - delay: + hours: 0 + minutes: 0 + seconds: 5 + milliseconds: 0 + - service: media_player.volume_set + data: + volume_level: 0.35 + target: + entity_id: media_player.emma_bedroom_speaker + mode: single