Quick question about the RESTful sensor integration

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.

1 Like

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
1 Like

Oh, a hidden option! :smiley:

I didn’t see scan_interval mentioned anywhere on the integration page, I’ll give it a try, thanks :slight_smile:

Yeah it’s documented here:

Perfect, I think a scan interval of 1800 would work here, thanks for your help :slight_smile:

1 Like