From c5eae6f4e5f044c0b0ef859782a7811ad30b9624 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Mon, 19 Dec 2022 14:58:13 +0100 Subject: [PATCH] Add CCF to volume units (#1587) --- docs/core/entity/number.md | 6 +++--- docs/core/entity/sensor.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/core/entity/number.md b/docs/core/entity/number.md index ec5c0372..2aeee4bc 100644 --- a/docs/core/entity/number.md +++ b/docs/core/entity/number.md @@ -43,7 +43,7 @@ If specifying a device class, your number entity will need to also return the co | distance | km, m, cm, mm, mi, yd, in | Generic distance | energy | Wh, kWh, MWh | Energy. Represents _power_ over _time_. Not to be confused with `power`. | frequency | Hz, kHz, MHz, GHz | Frequency -| gas | m³, ft³ | Volume of gas. Gas consumption measured as energy in kWh instead of a volume should be classified as energy. +| gas | m³, ft³, CCF | Volume of gas. Gas consumption measured as energy in kWh instead of a volume should be classified as energy. | humidity | % | Relative humidity | illuminance | lx, lm | Light level | irradiance | W/m², BTU/(h⋅ft²) | Irradiance @@ -69,8 +69,8 @@ If specifying a device class, your number entity will need to also return the co | temperature | °C, °F | Temperature. | volatile_organic_compounds | µg/m³ | Concentration of volatile organic compounds | voltage | V | Voltage -| volume | L, mL, gal, fl. oz., m³, ft³ | Generic volume -| water | L, gal, m³, ft³ | Water consumption +| 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. | wind_speed | ft/s, km/h, kn, m/s, mph | Wind speed diff --git a/docs/core/entity/sensor.md b/docs/core/entity/sensor.md index 47d17405..df180dd7 100644 --- a/docs/core/entity/sensor.md +++ b/docs/core/entity/sensor.md @@ -46,7 +46,7 @@ If specifying a device class, your sensor entity will need to also return the co | energy | Wh, kWh, MWh | Energy, statistics will be stored in kWh. Represents _power_ over _time_. Not to be confused with `power`. | enum | | The sensor has a limited set of (non-numeric) states. The `options` property must be set to a list of possible states when using this device class. | frequency | Hz, kHz, MHz, GHz | Frequency -| gas | m³, ft³ | Volume of gas, statistics will be stored in m³. Gas consumption measured as energy in kWh instead of a volume should be classified as energy. +| gas | m³, ft³, CCF | Volume of gas, statistics will be stored in m³. Gas consumption measured as energy in kWh instead of a volume should be classified as energy. | humidity | % | Relative humidity | illuminance | lx, lm | Light level | irradiance | W/m², BTU/(h⋅ft²) | Irradiance @@ -73,8 +73,8 @@ If specifying a device class, your sensor entity will need to also return the co | 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 -| volume | L, mL, gal, fl. oz., m³, ft³ | Generic volume -| water | L, gal, m³, ft³ | Water consumption +| 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. | wind_speed | ft/s, km/h, kn, m/s, mph | Wind speed