Hide backup from default dashboard (#24828)

This commit is contained in:
Paulus Schoutsen 2025-03-28 08:55:39 -04:00 committed by GitHub
parent 3d8e146582
commit 842a064682
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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[]>;