mirror of
https://github.com/Andre0512/hon.git
synced 2024-11-23 23:01:00 +01:00
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
Block a user