mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 08:47:10 +00:00
Increase scan_interval for currencylayer (#34097)
This commit is contained in:
parent
ab493eba96
commit
b160f1c813
@ -26,7 +26,7 @@ DEFAULT_NAME = "CurrencyLayer Sensor"
|
||||
|
||||
ICON = "mdi:currency"
|
||||
|
||||
SCAN_INTERVAL = timedelta(hours=2)
|
||||
SCAN_INTERVAL = timedelta(hours=4)
|
||||
|
||||
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend(
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user