REST Sensor Update interval

Hi guys,

I have some issues with my REST sensors, it looks like its ignoring the “update_interval”. The sensor is updating every minute instead of 5 minutes. How can I solve this?

update_interval:        
    seconds: 300

use scan_interval: 300 instead

3 Likes

Thank you! Works great!

1 Like