Change meteoalarm scan interval (#119194)

This commit is contained in:
mikosoft83 2024-06-20 12:59:30 +02:00 committed by GitHub
parent 1235338f1b
commit 99cae16b75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(
{