1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Hide AI Task from default dashboard (#25877)

This commit is contained in:
Paulus Schoutsen
2025-06-23 03:40:16 -04:00
committed by GitHub
parent f6f2cb0fce
commit 1349d9d8e3

View File

@@ -35,6 +35,7 @@ import type { LovelaceBadgeConfig } from "../../../data/lovelace/config/badge";
import type { EntityBadgeConfig } from "../badges/types";
const HIDE_DOMAIN = new Set([
"ai_task",
"automation",
"configurator",
"device_tracker",