mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 00:36:34 +00:00
Merge pull request #12250 from spacegaier/issue-12248
This commit is contained in:
commit
34184cf2ab
@ -113,6 +113,7 @@ export class HuiAreaCard
|
|||||||
.filter(
|
.filter(
|
||||||
(entry) =>
|
(entry) =>
|
||||||
!entry.entity_category &&
|
!entry.entity_category &&
|
||||||
|
!entry.hidden_by &&
|
||||||
(entry.area_id
|
(entry.area_id
|
||||||
? entry.area_id === areaId
|
? entry.area_id === areaId
|
||||||
: entry.device_id && devicesInArea.has(entry.device_id))
|
: entry.device_id && devicesInArea.has(entry.device_id))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user