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