Skip to content

Commit

Permalink
Fix default scan_interval type for config_flow
Browse files Browse the repository at this point in the history
  • Loading branch information
crowbarz committed Apr 29, 2021
1 parent 0cfb06f commit d5c007f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/pioneer_async/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
)

OPTIONS_DEFAULTS = {
CONF_SCAN_INTERVAL: DEFAULT_SCAN_INTERVAL,
CONF_SCAN_INTERVAL: DEFAULT_SCAN_INTERVAL.total_seconds(),
CONF_TIMEOUT: DEFAULT_TIMEOUT,
CONF_SOURCES: "{}",
}
Expand Down

0 comments on commit d5c007f

Please sign in to comment.