Add stones to weight units (#14749)

This commit is contained in:
epenet 2022-12-14 10:17:55 +01:00 committed by GitHub
parent 02b763e8f3
commit e151520d74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,7 @@ const OVERRIDE_SENSOR_UNITS = {
temperature: ["°C", "°F", "K"],
volume: ["fl. oz.", "ft³", "gal", "L", "mL", "m³"],
water: ["ft³", "gal", "L", "m³"],
weight: ["g", "kg", "lb", "mg", "oz", "µg"],
weight: ["g", "kg", "lb", "mg", "oz", "st", "µg"],
wind_speed: ["ft/s", "km/h", "kn", "mph", "m/s"],
};