This is such a simple question but I have been trying to get an entity to update every hour and using this automation
alias: Update Vader sensors
description: ""
triggers:
- trigger: time_pattern
hours: /1
conditions: []
actions:
- action: homeassistant.update_entity
metadata: {}
data:
entity_id:
- sensor.lawn_vader_left_driveway_progress
- sensor.lawn_vader_garden2_progress
- sensor.lawn_vader_main_lawn2_progress
- sensor.lawn_vader_difficult_area_progress
mode: single
As for as I can tell the script runs fine but the eneity doesn’t update. However if I used this button it updates immediately. Am I doing something wrong?