mirror of
https://github.com/Andre0512/hon.git
synced 2026-06-19 18:46:53 +02:00
Set polling to 60 seconds
This commit is contained in:
@@ -7,7 +7,7 @@ from homeassistant.components.climate import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
DOMAIN: str = "hon"
|
DOMAIN: str = "hon"
|
||||||
UPDATE_INTERVAL: int = 10
|
UPDATE_INTERVAL: int = 60
|
||||||
|
|
||||||
PLATFORMS: list[str] = [
|
PLATFORMS: list[str] = [
|
||||||
"sensor",
|
"sensor",
|
||||||
|
|||||||
Reference in New Issue
Block a user