mirror of https://github.com/Andre0512/hon.git
Set polling to 60 seconds
This commit is contained in:
parent
15bf996404
commit
2a5be2e657
|
@ -7,7 +7,7 @@ from homeassistant.components.climate import (
|
|||
)
|
||||
|
||||
DOMAIN: str = "hon"
|
||||
UPDATE_INTERVAL: int = 10
|
||||
UPDATE_INTERVAL: int = 60
|
||||
|
||||
PLATFORMS: list[str] = [
|
||||
"sensor",
|
||||
|
|
Loading…
Reference in New Issue