mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 06:05:10 +02:00
Set new polling interval for Powerfox integration (#132263)
This commit is contained in:
@@ -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=5)
|
SCAN_INTERVAL = timedelta(minutes=1)
|
||||||
|
Reference in New Issue
Block a user