Skip to content

Commit

Permalink
alphabetize sensors
Browse files Browse the repository at this point in the history
  • Loading branch information
wtadler committed Dec 25, 2024
1 parent 9fd64fd commit cad35e4
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
68 changes: 34 additions & 34 deletions custom_components/leafspy/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
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 - `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 cad35e4

Please sign in to comment.