I’m using the RESTful sensor integration documented here:
I need to know how often it updated? The API I need to access is rate limited, is there a way to check how often it is updating? Thanks
I’m using the RESTful sensor integration documented here:
I need to know how often it updated? The API I need to access is rate limited, is there a way to check how often it is updating? Thanks
Every 30 seconds if my memory serves me correctly.
Ok, thanks that does seem like quite a quick update time.
I may look into another way of doing it as really I only need the sensor only ever changes once every 30 minutes.
You can adjust it.
scan_interval: 300 # = every 5 minutes
Oh, a hidden option!
I didn’t see scan_interval
mentioned anywhere on the integration page, I’ll give it a try, thanks
Yeah it’s documented here:
Perfect, I think a scan interval of 1800 would work here, thanks for your help