From 40db176c9182f2eb5c00d76f72db4f3d1e95a549 Mon Sep 17 00:00:00 2001 From: Ernst Klamer Date: Thu, 1 Sep 2022 17:47:52 +0200 Subject: [PATCH] Add moisture device_class (#1457) --- docs/core/entity/sensor.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/core/entity/sensor.md b/docs/core/entity/sensor.md index e71e2ea6..493ade17 100644 --- a/docs/core/entity/sensor.md +++ b/docs/core/entity/sensor.md @@ -42,6 +42,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 +| 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 | | nitrogen_monoxide | µg/m³ | Concentration of nitrogen monoxide |