We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c1e70 commit 00b2d21Copy full SHA for 00b2d21
automations/bike.yaml
@@ -30,7 +30,7 @@
30
- alias: "Bike: stop charging"
31
triggers:
32
trigger: time_pattern
33
- minutes: '/1'
+ minutes: "/1"
34
conditions:
35
condition: template
36
value_template: "{{ states('sensor.time') == states('input_datetime.bike_charger_off')[0:5] }}"
automations/light.yaml
@@ -510,7 +510,7 @@
510
description: In case the other automation failed
511
512
513
- minutes: 60
+ minutes: "/60"
514
515
- condition: state
516
entity_id: binary_sensor.activity_in_living_room
0 commit comments