Skip to content

Commit

Permalink
change update time
Browse files Browse the repository at this point in the history
  • Loading branch information
BigNocciolino committed Mar 31, 2023
1 parent f417acc commit 52c9214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/cryptostate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .api import CryptoTrackerApiClient
from .const import DOMAIN, CONF_BASE, CONF_CRYPTO

SCAN_INTERVAL = timedelta(seconds=30)
SCAN_INTERVAL = timedelta(hours=3)

_LOGGER: logging.Logger = logging.getLogger(__package__)

Expand Down

0 comments on commit 52c9214

Please sign in to comment.