From dbace6d631d27471bc9ad92463f04b53a606b9dc Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Sun, 30 Jan 2022 13:45:16 +0100 Subject: [PATCH] Increase media player volume when not in shower --- configuration/automations/bathroom-shower-motion.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/automations/bathroom-shower-motion.yaml b/configuration/automations/bathroom-shower-motion.yaml index fb8dc6b..fb29e79 100644 --- a/configuration/automations/bathroom-shower-motion.yaml +++ b/configuration/automations/bathroom-shower-motion.yaml @@ -49,6 +49,6 @@ sequence: - service: media_player.volume_set data: - volume_level: 0.30 + volume_level: 0.45 target: entity_id: media_player.bathroom \ No newline at end of file