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:
Paulus Schoutsen 2024-08-26 09:44:52 +02:00 committed by GitHub
parent 430a28f350
commit b4dd953128
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,