mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-13 06:34:22 -04:00
Set polling to 60 seconds
This commit is contained in:
parent
15bf996404
commit
2a5be2e657
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue