mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 17:57:55 +00:00
Change meteoalarm scan interval (#119194)
This commit is contained in:
parent
1235338f1b
commit
99cae16b75
@ -30,7 +30,7 @@ CONF_PROVINCE = "province"
|
||||
|
||||
DEFAULT_NAME = "meteoalarm"
|
||||
|
||||
SCAN_INTERVAL = timedelta(minutes=30)
|
||||
SCAN_INTERVAL = timedelta(minutes=5)
|
||||
|
||||
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend(
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user