[Solved] RESTful Binary Sensor with repeat time?

Hi

I use the restful binary sensor to retrieve stats from my websites and display them in HA (stats generated by Matomo/Piwik). Unhappy this sensor is crazy as it sends a rest request at my servers every 30s which is useless, stress servers and generate lot of noises and useless traffic. I have checked documentation but I see nothing to say at sensor to request datas from server every “amount of time configurable”. Is it possible ? and if so how ??

Thanks

Vincèn

Use scan_interval: xxx Where xxx is the number of seconds between updates you want.

Yep, as @tom_l suggests. FWIW, it is documented here

Thanks, perfect :fu:

Thanks for link :wink: