From 5f9ca4c3af160745aa0a5e84c1c5bfc0462e278e Mon Sep 17 00:00:00 2001 From: pgrondek Date: Wed, 10 Feb 2021 09:29:53 +0100 Subject: [PATCH] Fix alarm clock --- 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 c5dcdaa..e705c30 100644 --- a/automations/files/automations/alarm-clock.yaml +++ b/automations/files/automations/alarm-clock.yaml @@ -45,7 +45,7 @@ - condition: numeric_state entity_id: media_player.bedroom_speaker attribute: volume_level - above: '90' + above: 0.4 sequence: - delay: '30' - service: media_player.volume_up