Convert shopping list card editor to ha-form (#18376)

* Convert shopping list card editor to ha-form

* hide todo from generated dashboard
This commit is contained in:
Bram Kragten
2023-10-24 18:14:14 +02:00
committed by GitHub
parent 32edbd7b33
commit be1624f66f
3 changed files with 54 additions and 78 deletions

View File

@@ -39,6 +39,7 @@ const HIDE_DOMAIN = new Set([
"event",
"tts",
"stt",
"todo",
]);
const HIDE_PLATFORM = new Set(["mobile_app"]);