mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Exclude hidden entities from area card
This commit is contained in:
parent
0a4e8fd5d0
commit
611cd2818e
@ -113,6 +113,7 @@ export class HuiAreaCard
|
||||
.filter(
|
||||
(entry) =>
|
||||
!entry.entity_category &&
|
||||
!entry.hidden_by &&
|
||||
(entry.area_id
|
||||
? entry.area_id === areaId
|
||||
: entry.device_id && devicesInArea.has(entry.device_id))
|
||||
|
Loading…
x
Reference in New Issue
Block a user