Hello, I have problem that age of “input_number.lr_target_temperature” sensor cannot be more than 1hr. So I would need that time of last refresh would be less than 60 minutes old. One way could be to refresh the sensor value from its own value every 50 minutes. What would be the best way please?
you would need to set up an automation that triggers every 50 minutes with the action being to call the “homeassistant.update_entity” service. you could then put in a condition that the “last_updated” attribute of the entity being 49 minutes.