Compare commits

...

2 Commits

Author SHA1 Message Date
Andre Basche 9870de2a42 Bump version 2024-01-29 19:46:18 +01:00
Andre Basche 2a5be2e657 Set polling to 60 seconds 2024-01-29 19:44:05 +01:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ from homeassistant.components.climate import (
) )
DOMAIN: str = "hon" DOMAIN: str = "hon"
UPDATE_INTERVAL: int = 10 UPDATE_INTERVAL: int = 60
PLATFORMS: list[str] = [ PLATFORMS: list[str] = [
"sensor", "sensor",
+1 -1
View File
@@ -11,5 +11,5 @@
"requirements": [ "requirements": [
"pyhOn==0.15.15" "pyhOn==0.15.15"
], ],
"version": "0.11.0-beta.1" "version": "0.12.0"
} }