Skip to content

Commit

Permalink
edit setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
wtadler committed Dec 8, 2024
1 parent 0168db7 commit fa13d17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/leafspy/strings.json
100644 → 100755
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": "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."
"default": "Open the Leaf Spy app, go to `'Menu'` -> `'Settings'` and scroll down to `'Server'`. \nChange the following settings:\n - `'Enable'`: On\n - `'Send Interval'`: Whatever frequency you prefer.\n - `'ID'`: Whatever device name you prefer. `Leaf` is probably best, unless you have more than one.\n - `'PW'`: `{secret}`\n - `'Http://'` or `'Https://'`: Depends on your Home Assistant installation.\n - `'URL'`: `{url}`\n - _(**Do not** include the http or https prefix in the URL field.)_"
},
"step": {
"user": {
Expand Down
2 changes: 1 addition & 1 deletion custom_components/leafspy/translations/en.json
100644 → 100755
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": "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."
"default": "Open the Leaf Spy app, go to `'Menu'` -> `'Settings'` and scroll down to `'Server'`. \nChange the following settings:\n - `'Enable'`: On\n - `'Send Interval'`: Whatever frequency you prefer.\n - `'ID'`: Whatever device name you prefer. `Leaf` is probably best, unless you have more than one.\n - `'PW'`: `{secret}`\n - `'Http://'` or `'Https://'`: Depends on your Home Assistant installation.\n - `'URL'`: `{url}`\n - _(**Do not** include the http or https prefix in the URL field.)_"
},
"step": {
"user": {
Expand Down

0 comments on commit fa13d17

Please sign in to comment.