Reduce scan interval for Verisure

Hi!

I’ve tried searching for a solution so that the polling of the Verisure API is done every 15 seconds or so. Currently, the polling is executed once every 1-3 minutes. I found the scan_interval option and added that to configuration.yaml under the Verisure options. Unfortunately, the polling interval didn’t change. I tried the following as scan_interval:
1 (for 1 minute)
00:01 (for 1 minute)
00:00:15 (for 15 seconds)

I have checked the git of the Verisure integration and the value you use for scan_interval is in minutes, not in seconds. Do you guys have any idea how I can make this faster polling happen?