Change interval for Powerfox integration (#146348)

This commit is contained in:
Klaas Schoute 2025-06-10 14:38:52 +02:00 committed by Franck Nijhof
parent b3ee2a8885
commit e97ab1fe3c
No known key found for this signature in database
GPG Key ID: AB33ADACE7101952

View File

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