diff --git a/custom_components/leafspy/strings.json b/custom_components/leafspy/strings.json index 73120b3..9ab5890 100755 --- a/custom_components/leafspy/strings.json +++ b/custom_components/leafspy/strings.json @@ -20,68 +20,68 @@ } }, "sensor": { - "phone_battery": { - "name": "Phone battery" - }, - "battery_gids": { - "name": "Battery state of charge (Gids)" + "ambient_temperature": { + "name": "Ambient temperature" }, - "elevation": { - "name": "Elevation" + "battery_capacity": { + "name": "Battery capacity" }, - "sequence_number": { - "name": "Sequence number" + "battery_conductance": { + "name": "Battery conductance (Hx)" }, - "trip_number": { - "name": "Trip number" + "battery_current": { + "name": "Battery current" }, - "odometer": { - "name": "Odometer" + "battery_health": { + "name": "Battery health" }, "battery_state_of_charge": { "name": "Battery state of charge" }, - "battery_capacity": { - "name": "Battery capacity" + "battery_gids": { + "name": "Battery state of charge (Gids)" }, "battery_temperature": { "name": "Battery temperature" }, - "ambient_temperature": { - "name": "Ambient temperature" + "battery_voltage": { + "name": "Battery voltage" + }, + "charge_mode": { + "name": "Charge mode" }, "charge_power": { "name": "Charge power" }, + "elevation": { + "name": "Elevation" + }, "front_wiper": { "name": "Front wiper status" }, - "plug_state": { - "name": "Plug status" - }, - "charge_mode": { - "name": "Charge mode" - }, - "vin": { - "name": "VIN" - }, "motor_speed": { "name": "Motor speed" }, - "battery_health": { - "name": "Battery health" + "odometer": { + "name": "Odometer" }, - "battery_conductance": { - "name": "Battery conductance (Hx)" + "phone_battery": { + "name": "Phone battery" + }, + "plug_state": { + "name": "Plug status" + }, + "sequence_number": { + "name": "Sequence number" }, "speed": { "name": "Speed" }, - "battery_voltage": { - "name": "Battery voltage" + "trip_number": { + "name": "Trip number" }, - "battery_current": { - "name": "Battery current" + "vin": { + "name": "VIN" } } } diff --git a/custom_components/leafspy/translations/en.json b/custom_components/leafspy/translations/en.json index ffada5d..9ab5890 100755 --- a/custom_components/leafspy/translations/en.json +++ b/custom_components/leafspy/translations/en.json @@ -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 - `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": {