mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 13:57:21 +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 DEVICE_CLASSES = {
|
||||
sensor: ["temperature"],
|
||||
sensor: ["temperature", "humidity"],
|
||||
binary_sensor: ["motion"],
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user