mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56:35 +00:00
Allow gas units to be overriden (#14173)
This commit is contained in:
parent
ab1b778439
commit
de008f65a3
@ -116,6 +116,7 @@ const OVERRIDE_NUMBER_UNITS = {
|
||||
|
||||
const OVERRIDE_SENSOR_UNITS = {
|
||||
distance: ["cm", "ft", "in", "km", "m", "mi", "mm", "yd"],
|
||||
gas: ["ft³", "m³"],
|
||||
precipitation_intensity: ["in/d", "in/h", "mm/d", "mm/h"],
|
||||
pressure: ["hPa", "Pa", "kPa", "bar", "cbar", "mbar", "mmHg", "inHg", "psi"],
|
||||
speed: ["ft/s", "in/d", "in/h", "km/h", "kn", "m/s", "mm/d", "mm/h", "mph"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user