mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Fix polling frequency for Starling integration (#73282)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
"""Support for balance data via the Starling Bank API."""
|
||||
from __future__ import annotations
|
||||
|
||||
from datetime import timedelta
|
||||
import logging
|
||||
|
||||
import requests
|
||||
@@ -26,6 +27,7 @@ DEFAULT_SANDBOX = False
|
||||
DEFAULT_ACCOUNT_NAME = "Starling"
|
||||
|
||||
ICON = "mdi:currency-gbp"
|
||||
SCAN_INTERVAL = timedelta(seconds=180)
|
||||
|
||||
ACCOUNT_SCHEMA = vol.Schema(
|
||||
{
|
||||
|
Reference in New Issue
Block a user