Set new polling interval for Powerfox integration (#132263)
parent
b3ff8f56b9
commit
d92dbbf58b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue