Show humidity sensor values in Area card (#12976)

This commit is contained in:
Alessandro Ghedini 2022-06-22 16:45:38 +01:00 committed by GitHub
parent 508d1fffef
commit 9fa8a96d09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ const TOGGLE_DOMAINS = ["light", "switch", "fan"];
const OTHER_DOMAINS = ["camera"];
const DEVICE_CLASSES = {
sensor: ["temperature"],
sensor: ["temperature", "humidity"],
binary_sensor: ["motion"],
};