From 00b2d218b87c75bd83ab5bd86e50ef952a3de921 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Wed, 16 Oct 2024 16:13:31 -0700 Subject: [PATCH] Fix time_pattern --- automations/bike.yaml | 2 +- automations/light.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/automations/bike.yaml b/automations/bike.yaml index 44a5e6ca..888cef00 100755 --- a/automations/bike.yaml +++ b/automations/bike.yaml @@ -30,7 +30,7 @@ - alias: "Bike: stop charging" triggers: trigger: time_pattern - minutes: '/1' + minutes: "/1" conditions: condition: template value_template: "{{ states('sensor.time') == states('input_datetime.bike_charger_off')[0:5] }}" diff --git a/automations/light.yaml b/automations/light.yaml index 039f404e..6dedfea7 100755 --- a/automations/light.yaml +++ b/automations/light.yaml @@ -510,7 +510,7 @@ description: In case the other automation failed triggers: trigger: time_pattern - minutes: 60 + minutes: "/60" conditions: - condition: state entity_id: binary_sensor.activity_in_living_room