mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-13 22:54:23 -04:00
Set refresh token and mobile id
This commit is contained in:
parent
71d3d42efe
commit
8694882c45
2 changed files with 8 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue