From 69047ad7925af18df64e1b2cde529a61a57fe2bd Mon Sep 17 00:00:00 2001 From: Alexei Chetroi Date: Sat, 6 Mar 2021 20:55:07 -0500 Subject: [PATCH] Update Sensor device classes (#836) --- docs/core/entity/sensor.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/core/entity/sensor.md b/docs/core/entity/sensor.md index e25c6690..2694467f 100644 --- a/docs/core/entity/sensor.md +++ b/docs/core/entity/sensor.md @@ -24,6 +24,8 @@ If specifying a device class, your sensor entity will need to also return the co | Type | Unit | Description | ---- | ---- | ----------- | battery | % | % of battery that is left. +| carbon_dioxide | ppm | parts per million of carbon dioxide concentration +| carbon_monoxide | ppm | parts per million of carbon monoxide concentration | humidity | % | % of humidity in the air. | illuminance | lx/lm | Light level. | signal_strength | dB/dBm | Signal strength.