Skip to content

Commit

Permalink
ZONT: root endpoint been changed
Browse files Browse the repository at this point in the history
  • Loading branch information
MihVS committed Jul 3, 2024
1 parent 7e820ce commit 79e179f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Для входа в ваш аккаунт потребуется токен. Его можно получить из Home Assistant.
При добавлении устройства нажмите галочку "Получить токен". При каждом получении токена
создаётся новый. Что бы их не плодить на аккаунте ZONT, запишите полученный токен.
Как удалить токен описано [здесь](https://lk.zont-online.ru/widget-api/v2).
Как удалить токен описано [здесь](https://my.zont.online/widget-api/v2).

После авторизации в Home Assistant (далее НА) добавляются все доступные в API устройства аккаунта.

Expand Down
4 changes: 2 additions & 2 deletions custom_components/zont_ha/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

DOMAIN = 'zont_ha'
MANUFACTURER = 'MicroLine'
CONFIGURATION_URL = 'https://lk.zont-online.ru/'
CONFIGURATION_URL = 'https://my.zont.online/'

ZONT_API_URL_ROOT = 'https://lk.zont-online.ru/api/'
ZONT_API_URL_ROOT = 'https://my.zont.online/api/'
ZONT_API_URL = ZONT_API_URL_ROOT + 'widget/v2/'

URL_GET_DEVICES_OLD = ZONT_API_URL_ROOT + 'devices'
Expand Down
2 changes: 1 addition & 1 deletion custom_components/zont_ha/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"integration_type": "hub",
"dependencies": ["http", "zeroconf"],
"requirements": [],
"version": "0.5.2"
"version": "0.5.3"
}

0 comments on commit 79e179f

Please sign in to comment.