From 040c85ca068e55f37d4b1c9080dc0b6fd8b14d49 Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Tue, 30 Jan 2024 15:03:47 +0100 Subject: [PATCH] Volume flow rate device class (#30748) --- source/_integrations/number.markdown | 1 + source/_integrations/sensor.markdown | 1 + 2 files changed, 2 insertions(+) diff --git a/source/_integrations/number.markdown b/source/_integrations/number.markdown index 7306d5601d3..b7ecc054ed4 100644 --- a/source/_integrations/number.markdown +++ b/source/_integrations/number.markdown @@ -64,6 +64,7 @@ The type of data a number represents impacts how it is displayed in the frontend - **volatile_organic_compounds**: Concentration of volatile organic compounds in µg/m³ - **voltage**: Voltage in V, mV - **volume**: Generic volume in L, mL, gal, fl. oz., m³, ft³, or CCF +- **volume_flow_rate**: Volume flow rate in m³/h, ft³/min, L/min, gal/min - **volume_storage**: Generic stored 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 3579223d514..c8a31290d64 100644 --- a/source/_integrations/sensor.markdown +++ b/source/_integrations/sensor.markdown @@ -66,6 +66,7 @@ The type of data a sensor returns impacts how it is displayed in the frontend. T - **volatile_organic_compounds_parts**: Ratio of volatile organic compounds in ppm or ppb - **voltage**: Voltage in V, mV - **volume**: Generic volume in L, mL, gal, fl. oz., m³, ft³, or CCF +- **volume_flow_rate**: Volume flow rate in m³/h, ft³/min, L/min, gal/min - **volume_storage**: Generic stored 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