mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-27 06:47:20 +00:00
Show humidity sensor values in Area card (#12976)
This commit is contained in:
parent
508d1fffef
commit
9fa8a96d09
@ -62,7 +62,7 @@ const TOGGLE_DOMAINS = ["light", "switch", "fan"];
|
|||||||
const OTHER_DOMAINS = ["camera"];
|
const OTHER_DOMAINS = ["camera"];
|
||||||
|
|
||||||
const DEVICE_CLASSES = {
|
const DEVICE_CLASSES = {
|
||||||
sensor: ["temperature"],
|
sensor: ["temperature", "humidity"],
|
||||||
binary_sensor: ["motion"],
|
binary_sensor: ["motion"],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user