Set polling to 60 seconds

This commit is contained in:
Andre Basche 2024-01-29 19:44:05 +01:00 committed by GitHub
parent 15bf996404
commit 2a5be2e657
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from homeassistant.components.climate import (
)
DOMAIN: str = "hon"
UPDATE_INTERVAL: int = 10
UPDATE_INTERVAL: int = 60
PLATFORMS: list[str] = [
"sensor",