Skip to content

Commit 00b2d21

Browse files
committed
Fix time_pattern
1 parent a0c1e70 commit 00b2d21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

automations/bike.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
- alias: "Bike: stop charging"
3131
triggers:
3232
trigger: time_pattern
33-
minutes: '/1'
33+
minutes: "/1"
3434
conditions:
3535
condition: template
3636
value_template: "{{ states('sensor.time') == states('input_datetime.bike_charger_off')[0:5] }}"

automations/light.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@
510510
description: In case the other automation failed
511511
triggers:
512512
trigger: time_pattern
513-
minutes: 60
513+
minutes: "/60"
514514
conditions:
515515
- condition: state
516516
entity_id: binary_sensor.activity_in_living_room

0 commit comments

Comments
 (0)