generated from ludeeus/integration_blueprint
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"one_instance_allowed": "Необходим только один экземпляр." | ||
}, | ||
"create_entry": { | ||
"default": "\n\nОткройте приложение Leaf Spy, нажмите `'Меню'` -> `'Настройки'` и промотайте вниз до раздела `'Сервер'`. \nСмените следующие настройки:\n - `'Включить'`: Да\n - `'Интервал отправки'` как вам удобно.\n - `'ID'`: `'<имя авто>'`\n - `'PW'`: {secret}\n - `'Http'` или `'Https'` в зависимости от настроек доступа к Home Assistant.\n - `'URL'`: {url}\n **Не добавляйте** http или https к URL." | ||
}, | ||
"step": { | ||
"user": { | ||
"description": "Вы уверены, что хотите настроить Leaf Spy?", | ||
"title": "Настройка Leaf Spy" | ||
} | ||
} | ||
} | ||
} |