From 0896d1c0004bcee955569b8ae94cbedca702802f Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Thu, 8 Dec 2022 18:46:50 +0100 Subject: [PATCH] Add new irradiance device class (#1575) Co-authored-by: Franck Nijhof --- docs/core/entity/number.md | 1 + docs/core/entity/sensor.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/core/entity/number.md b/docs/core/entity/number.md index ff5b9735..b285d2b6 100644 --- a/docs/core/entity/number.md +++ b/docs/core/entity/number.md @@ -45,6 +45,7 @@ If specifying a device class, your number entity will need to also return the co | gas | m³, ft³ | 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 | moisture | % | Moisture | monetary | [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) | Monetary value with a currency. | nitrogen_dioxide | µg/m³ | Concentration of nitrogen dioxide | diff --git a/docs/core/entity/sensor.md b/docs/core/entity/sensor.md index e9ce764d..61ba4395 100644 --- a/docs/core/entity/sensor.md +++ b/docs/core/entity/sensor.md @@ -48,6 +48,7 @@ If specifying a device class, your sensor entity will need to also return the co | 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. | humidity | % | Relative humidity | illuminance | lx, lm | Light level +| irradiance | W/m², BTU/(h⋅ft²) | Irradiance | moisture | % | Moisture | monetary | [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) | Monetary value with a currency. | nitrogen_dioxide | µg/m³ | Concentration of nitrogen dioxide |