mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Hide backup from default dashboard (#24828)
This commit is contained in:
parent
d5ff8ab1e1
commit
a8e5c8482b
@ -50,7 +50,7 @@ const HIDE_DOMAIN = new Set([
|
|||||||
...ASSIST_ENTITIES,
|
...ASSIST_ENTITIES,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
const HIDE_PLATFORM = new Set(["mobile_app"]);
|
const HIDE_PLATFORM = new Set(["backup", "mobile_app"]);
|
||||||
|
|
||||||
interface SplittedByAreaDevice {
|
interface SplittedByAreaDevice {
|
||||||
areasWithEntities: Record<string, HassEntity[]>;
|
areasWithEntities: Record<string, HassEntity[]>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user