Increase scan_interval for currencylayer (#34097)
This commit is contained in:
parent
ab493eba96
commit
b160f1c813
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ DEFAULT_NAME = "CurrencyLayer Sensor"
|
||||||
|
|
||||||
ICON = "mdi:currency"
|
ICON = "mdi:currency"
|
||||||
|
|
||||||
SCAN_INTERVAL = timedelta(hours=2)
|
SCAN_INTERVAL = timedelta(hours=4)
|
||||||
|
|
||||||
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend(
|
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend(
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue