mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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,
|
||||
]);
|
||||
|
||||
const HIDE_PLATFORM = new Set(["mobile_app"]);
|
||||
const HIDE_PLATFORM = new Set(["backup", "mobile_app"]);
|
||||
|
||||
interface SplittedByAreaDevice {
|
||||
areasWithEntities: Record<string, HassEntity[]>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user