Hide conversation entities from default dashboard (#20327)

This commit is contained in:
Paulus Schoutsen 2024-04-02 10:55:22 -04:00 committed by GitHub
parent a434bfd944
commit 33c7e0fa2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ import { ButtonsHeaderFooterConfig } from "../header-footer/types";
const HIDE_DOMAIN = new Set([
"automation",
"configurator",
"conversation",
"device_tracker",
"geo_location",
"persistent_notification",