I have a couple restful sensors that I’ve set scan_intervals for. But that value doesn’t appear to be honored. It doesn’t generate an error, but the docs page doesn’t list scan_interval as an argument. Is using homeassistant.update_entity
the preferred way to update rest sensors? If I don’t set a scan_interval, how frequently does the sensor update?
(I’m running 2023.12.2)