From 40919a49d3a3519d156ddcdf476a2c4618896338 Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Fri, 30 Dec 2022 12:51:52 +0100 Subject: [PATCH] Add mV as new unit for voltage sensor device_class (#25453) --- source/_integrations/number.markdown | 2 +- source/_integrations/sensor.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/number.markdown b/source/_integrations/number.markdown index f68380dc8aa..88de30d75ad 100644 --- a/source/_integrations/number.markdown +++ b/source/_integrations/number.markdown @@ -60,7 +60,7 @@ The type of data a number represents impacts how it is displayed in the frontend - **sulphur_dioxide**: Concentration of sulphur dioxide in µg/m³ - **temperature**: Temperature in °C or °F - **volatile_organic_compounds**: Concentration of volatile organic compounds in µg/m³ -- **voltage**: Voltage in V +- **voltage**: Voltage in V, mV - **volume**: Generic volume in L, mL, gal, fl. oz., m³, ft³, or CCF - **water**: Water consumption in L, gal, m³, ft³, or CCF - **weight**: Generic mass in kg, g, mg, µg, oz, lb, or st diff --git a/source/_integrations/sensor.markdown b/source/_integrations/sensor.markdown index 8d50e872368..38f2cade37c 100644 --- a/source/_integrations/sensor.markdown +++ b/source/_integrations/sensor.markdown @@ -61,7 +61,7 @@ The type of data a sensor returns impacts how it is displayed in the frontend. T - **temperature**: Temperature in °C or °F - **timestamp**: Datetime object or timestamp string (ISO 8601) - **volatile_organic_compounds**: Concentration of volatile organic compounds in µg/m³ -- **voltage**: Voltage in V +- **voltage**: Voltage in V, mV - **volume**: Generic volume in L, mL, gal, fl. oz., m³, ft³, or CCF - **water**: Water consumption in L, gal, m³, ft³, or CCF - **weight**: Generic mass in kg, g, mg, µg, oz, lb, or st