mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 12:16:39 +00:00
Hide automations from generated UI (#4748)
This commit is contained in:
parent
42cbe863bb
commit
c54b474838
@ -52,6 +52,7 @@ const DOMAINS_BADGES = [
|
|||||||
"timer",
|
"timer",
|
||||||
];
|
];
|
||||||
const HIDE_DOMAIN = new Set([
|
const HIDE_DOMAIN = new Set([
|
||||||
|
"automation",
|
||||||
"configurator",
|
"configurator",
|
||||||
"device_tracker",
|
"device_tracker",
|
||||||
"geo_location",
|
"geo_location",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user