mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Change interval for Powerfox integration (#146348)
This commit is contained in:
parent
16a0b7f44e
commit
b77ef7304a
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user