From fffc4910ab9dd7284b8f7b87c441cf4ccf45d888 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 7 Sep 2021 17:46:35 +0300 Subject: [PATCH] Add date device class (#1053) --- 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 c05e45c7..eb8aa24d 100644 --- a/docs/core/entity/sensor.md +++ b/docs/core/entity/sensor.md @@ -31,6 +31,7 @@ If specifying a device class, your sensor entity will need to also return the co | carbon_dioxide | ppm | parts per million of carbon dioxide concentration | carbon_monoxide | ppm | parts per million of carbon monoxide concentration | current | A | Current. +| date | ISO8601 | Date. | energy | Wh,kWh | Energy. | gas | m³/ft³ | Volume of gas. | humidity | % | % of humidity in the air.