Skip to content

Commit

Permalink
Hide notify entities from generated dashboard (#21075)
Browse files Browse the repository at this point in the history
Hide notify entiites from generated dashboard
  • Loading branch information
balloob authored and piitaya committed Jun 13, 2024
1 parent 0b391ea commit 4991d52
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/panels/lovelace/common/generate-lovelace-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,16 @@ const HIDE_DOMAIN = new Set([
"configurator",
"conversation",
"device_tracker",
"event",
"geo_location",
"notify",
"persistent_notification",
"script",
"sun",
"zone",
"event",
"tts",
"stt",
"sun",
"todo",
"tts",
"zone",
]);

const HIDE_PLATFORM = new Set(["mobile_app"]);
Expand Down

0 comments on commit 4991d52

Please sign in to comment.