mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 13:07:49 +00:00
Hide device trackers from generated lovelace (#4487)
This commit is contained in:
parent
e8fb79e5ce
commit
e3346483b9
@ -39,17 +39,17 @@ import { processEditorEntities } from "../editor/process-editor-entities";
|
||||
const DEFAULT_VIEW_ENTITY_ID = "group.default_view";
|
||||
const DOMAINS_BADGES = [
|
||||
"binary_sensor",
|
||||
"person",
|
||||
"device_tracker",
|
||||
"mailbox",
|
||||
"person",
|
||||
"sensor",
|
||||
"sun",
|
||||
"timer",
|
||||
];
|
||||
const HIDE_DOMAIN = new Set([
|
||||
"persistent_notification",
|
||||
"configurator",
|
||||
"device_tracker",
|
||||
"geo_location",
|
||||
"persistent_notification",
|
||||
]);
|
||||
|
||||
let subscribedRegistries = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user