Set polling to 60 seconds

pull/142/merge
Andre Basche 2 years ago committed by GitHub
parent 15bf996404
commit 2a5be2e657
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save