mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Add support for overriding sensor weight unit (#13897)
This commit is contained in:
parent
5146fa1d9e
commit
d3b97ae91c
@ -116,6 +116,7 @@ const OVERRIDE_SENSOR_UNITS = {
|
||||
speed: ["ft/s", "in/d", "in/h", "km/h", "kn", "m/s", "mm/d", "mph"],
|
||||
temperature: ["°C", "°F", "K"],
|
||||
volume: ["fl. oz.", "ft³", "gal", "L", "mL", "m³"],
|
||||
weight: ["g", "kg", "lb", "mg", "oz", "µg"],
|
||||
};
|
||||
|
||||
const OVERRIDE_WEATHER_UNITS = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user