mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Add support for unit conversion of electric current (#14916)
This commit is contained in:
parent
f1d644ac51
commit
a16e41a7ac
@ -118,6 +118,7 @@ const OVERRIDE_NUMBER_UNITS = {
|
||||
};
|
||||
|
||||
const OVERRIDE_SENSOR_UNITS = {
|
||||
current: ["A", "mA"],
|
||||
distance: ["cm", "ft", "in", "km", "m", "mi", "mm", "yd"],
|
||||
gas: ["CCF", "ft³", "m³"],
|
||||
precipitation: ["cm", "in", "mm"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user