Skip to content

Commit

Permalink
satisfy hassfest validation
Browse files Browse the repository at this point in the history
  • Loading branch information
wtadler committed Oct 27, 2024
1 parent 28a1584 commit c05d3ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/leafspy/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"one_instance_allowed": "You may have only one instance of Leaf Spy installed, and you appear to have installed one already."
},
"create_entry": {
"default": "\n\nOpen the Leaf Spy app, go to `'Menu'` -> `'Settings'` and scroll down to `'Server'`. \nChange the following settings:\n - `'Enable'`: Yes\n - `'Send Interval'` can be whatever you prefer.\n - `'ID'`: `'(Car Name)'`\n - `'PW'`: {secret}\n - `'Http'` or `'Https'` depending on the access to your Home Assistant install.\n - `'URL'`: {url} - Note: **Do not** add http or https to the URL."
"default": "Open the Leaf Spy app, go to `'Menu'` -> `'Settings'` and scroll down to `'Server'`. \nChange the following settings:\n - `'Enable'`: Yes\n - `'Send Interval'` can be whatever you prefer.\n - `'ID'`: `'(Car Name)'`\n - `'PW'`: {secret}\n - `'Http'` or `'Https'` depending on the access to your Home Assistant install.\n - `'URL'`: {url} - Note: **Do not** add http or https to the URL."
},
"step": {
"user": {
Expand Down
2 changes: 1 addition & 1 deletion custom_components/leafspy/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"one_instance_allowed": "You may have only one instance of Leaf Spy installed, and you appear to have installed one already."
},
"create_entry": {
"default": "\n\nOpen the Leaf Spy app, go to `'Menu'` -> `'Settings'` and scroll down to `'Server'`. \nChange the following settings:\n - `'Enable'`: Yes\n - `'Send Interval'` can be whatever you prefer.\n - `'ID'`: `'(Car Name)'`\n - `'PW'`: {secret}\n - `'Http'` or `'Https'` depending on the access to your Home Assistant install.\n - `'URL'`: {url} - Note: **Do not** add http or https to the URL."
"default": "Open the Leaf Spy app, go to `'Menu'` -> `'Settings'` and scroll down to `'Server'`. \nChange the following settings:\n - `'Enable'`: Yes\n - `'Send Interval'` can be whatever you prefer.\n - `'ID'`: `'(Car Name)'`\n - `'PW'`: {secret}\n - `'Http'` or `'Https'` depending on the access to your Home Assistant install.\n - `'URL'`: {url} - Note: **Do not** add http or https to the URL."
},
"step": {
"user": {
Expand Down
2 changes: 1 addition & 1 deletion custom_components/leafspy/translations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"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."
"default": "Откройте приложение Leaf Spy, нажмите `'Меню'` -> `'Настройки'` и промотайте вниз до раздела `'Сервер'`. \nСмените следующие настройки:\n - `'Включить'`: Да\n - `'Интервал отправки'` как вам удобно.\n - `'ID'`: `'<имя авто>'`\n - `'PW'`: {secret}\n - `'Http'` или `'Https'` в зависимости от настроек доступа к Home Assistant.\n - `'URL'`: {url}\n **Не добавляйте** http или https к URL."
},
"step": {
"user": {
Expand Down

0 comments on commit c05d3ed

Please sign in to comment.