From 6b0a6705ee4ce29d5da1ae5a3d71a7d613922064 Mon Sep 17 00:00:00 2001 From: pgrondek Date: Tue, 20 Apr 2021 00:41:37 +0200 Subject: [PATCH] Change alarmclock volume to 16% --- automations/files/automations/alarm-clock.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automations/files/automations/alarm-clock.yaml b/automations/files/automations/alarm-clock.yaml index f83cee3..5c8736d 100644 --- a/automations/files/automations/alarm-clock.yaml +++ b/automations/files/automations/alarm-clock.yaml @@ -46,7 +46,7 @@ - condition: numeric_state entity_id: media_player.bedroom attribute: volume_level - below: 0.3 + below: 0.16 sequence: - delay: '30' - service: media_player.volume_up