Closed fursov closed 3 weeks ago
Oh!
It was in seconds initially, then i converted it to minutes. Must have missed it somewhere. Thanks.
@WebSpider user setting is in minutes but the default is in seconds. The coordinator expects seconds.
update_interval=timedelta(
seconds=config.options.get(
CONF_POLL_INTERVAL, DEFAULT_FETCH_INTERVAL_IN_MINUTES
)
),
Rather than converting things my preference would be to define everything in seconds. So change the user input config item to expect seconds. Once people start using it and have values in their config it's harder to change.
Describe the bug The polling interval seems to be in seconds while confiuration window says minutes
Debug logs
Additional context Release 1.8.0