Set refresh token and mobile id

This commit is contained in:
Andre Basche 2024-02-10 01:02:26 +01:00
parent 71d3d42efe
commit 8694882c45
2 changed files with 8 additions and 3 deletions

View file

@ -8,6 +8,8 @@ from homeassistant.components.climate import (
DOMAIN: str = "hon"
UPDATE_INTERVAL: int = 60
MOBILE_ID: str = "homassistant"
CONF_REFRESH_TOKEN = "refresh_token"
PLATFORMS: list[str] = [
"sensor",