Merge branch 'Andre0512:main' into main

This commit is contained in:
Vadym
2024-02-26 10:53:36 +02:00
committed by GitHub
45 changed files with 1086 additions and 144 deletions
+3 -1
View File
@@ -7,7 +7,9 @@ from homeassistant.components.climate import (
)
DOMAIN: str = "hon"
UPDATE_INTERVAL: int = 10
UPDATE_INTERVAL: int = 60
MOBILE_ID: str = "homassistant"
CONF_REFRESH_TOKEN = "refresh_token"
PLATFORMS: list[str] = [
"sensor",