I have setup some requests for a REST integration, and at the moment hassio is requesting data every 20 sec. How do I limit it to once every minute?
Add scan_interval: 60
to the config for the sensor. It’s not listed in the docs for every integration that supports it but it’s documented here: https://www.home-assistant.io/docs/configuration/platform_options/#scan-interval
1 Like