diff --git a/docs/core/entity/number.md b/docs/core/entity/number.md index 4534a8ea..f3a41a04 100644 --- a/docs/core/entity/number.md +++ b/docs/core/entity/number.md @@ -68,7 +68,7 @@ If specifying a device class, your number entity will need to also return the co | sulphur_dioxide | µg/m³ | Concentration of sulphure dioxide | | temperature | °C, °F | Temperature. | volatile_organic_compounds | µg/m³ | Concentration of volatile organic compounds -| voltage | V | Voltage +| voltage | V, mV | Voltage | volume | L, mL, gal, fl. oz., m³, ft³, CCF | Generic volume | water | L, gal, m³, ft³, CCF | Water consumption | weight | kg, g, mg, µg, oz, lb, st | Generic mass; `weight` is used instead of `mass` to fit with every day language. diff --git a/docs/core/entity/sensor.md b/docs/core/entity/sensor.md index 22a8fc0e..e59783bb 100644 --- a/docs/core/entity/sensor.md +++ b/docs/core/entity/sensor.md @@ -72,7 +72,7 @@ If specifying a device class, your sensor entity will need to also return the co | temperature | °C, °F | Temperature, statistics will be stored in °C. | timestamp | | Timestamp. Requires `native_value` to return a Python `datetime.datetime` object, with time zone information, or `None`. | volatile_organic_compounds | µg/m³ | Concentration of volatile organic compounds -| voltage | V | Voltage +| voltage | V, mV | Voltage | volume | L, mL, gal, fl. oz., m³, ft³, CCF | Generic volume | water | L, gal, m³, ft³, CCF | Water consumption | weight | kg, g, mg, µg, oz, lb, st | Generic mass; `weight` is used instead of `mass` to fit with every day language.