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
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
Thank you! Works great!