Set new polling interval for Powerfox integration (#132263)

pull/132283/head
Klaas Schoute 2024-12-04 17:26:04 +01:00 committed by GitHub
parent b3ff8f56b9
commit d92dbbf58b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ from typing import Final
DOMAIN: Final = "powerfox"
LOGGER = logging.getLogger(__package__)
SCAN_INTERVAL = timedelta(minutes=5)
SCAN_INTERVAL = timedelta(minutes=1)