Skip to content

Commit

Permalink
server setup documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wtadler committed Dec 25, 2024
1 parent cad35e4 commit cee305b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Plug a Bluetooth OBD2 adapter (like [this one](https://www.amazon.com/gp/product
- In the **Server** section:
- `Enable`: `On`
- `Send Interval`: Whatever frequency you prefer
- `Server`: `A`
- `A: Enable`: `On`
- `PW`: `<Generated and displayed during setup>`
- `Http://` or `Https://`: Depends on your Home Assistant installation
- `URL`: `<Displayed during setup>`
Expand Down
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": "Open the LeafSpy app, go to `Menu` -> `Settings`.\n - In the **Units** section:\n - Choose `°C`\n - `Convert Outside Temperature`: `On`.\n - `CAN Odometer in Miles`: `On` (if you see the option and if your car odometer displays in miles)\n - In the **Server** section:\n - `Enable`: `On`\n - `Send Interval`: Whatever frequency you prefer\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.)_"
"default": "Open the LeafSpy app, go to `Menu` -> `Settings`.\n - In the **Units** section:\n - Choose `°C`\n - `Convert Outside Temperature`: `On`.\n - `CAN Odometer in Miles`: `On` (if you see the option and if your car odometer displays in miles)\n - In the **Server** section:\n - `Enable`: `On`\n - `Send Interval`: Whatever frequency you prefer\n - `Server`: `A`\n - `A: Enable`: `On`\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
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 LeafSpy app, go to `Menu` -> `Settings`.\n - In the **Units** section:\n - Choose `°C`\n - `Convert Outside Temperature`: `On`.\n - `CAN Odometer in Miles`: `On` (if you see the option and if your car odometer displays in miles)\n - In the **Server** section:\n - `Enable`: `On`\n - `Send Interval`: Whatever frequency you prefer\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.)_"
"default": "Open the LeafSpy app, go to `Menu` -> `Settings`.\n - In the **Units** section:\n - Choose `°C`\n - `Convert Outside Temperature`: `On`.\n - `CAN Odometer in Miles`: `On` (if you see the option and if your car odometer displays in miles)\n - In the **Server** section:\n - `Enable`: `On`\n - `Send Interval`: Whatever frequency you prefer\n - `Server`: `A`\n - `A: Enable`: `On`\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 cee305b

Please sign in to comment.