Is it possible to update a rest sensor on demand instead of the interval?
You can set the sensor’s scan_interval
to a very large time interval (months or years) and then use the homeassistant.update_entity
service to update a particular sensor.
3 Likes