Skip to content

Commit

Permalink
Fix time_pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Oct 16, 2024
1 parent a0c1e70 commit 00b2d21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automations/bike.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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] }}"
Expand Down
2 changes: 1 addition & 1 deletion automations/light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00b2d21

Please sign in to comment.