mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Hide tag entities from default dashboard (#21793)
Tag integration now creates entities. They need to be hidden from the default dashboard.
This commit is contained in:
parent
430a28f350
commit
b4dd953128
@ -44,6 +44,7 @@ const HIDE_DOMAIN = new Set([
|
|||||||
"persistent_notification",
|
"persistent_notification",
|
||||||
"script",
|
"script",
|
||||||
"sun",
|
"sun",
|
||||||
|
"tag",
|
||||||
"todo",
|
"todo",
|
||||||
"zone",
|
"zone",
|
||||||
...ASSIST_ENTITIES,
|
...ASSIST_ENTITIES,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user