This commit is contained in:
J. Nick Koston 2023-06-21 09:57:39 +02:00
parent 30f2a49fbf
commit 2e3ce4ae9e
No known key found for this signature in database

View File

@ -75,7 +75,12 @@ const SCHEMAS: { name: string; triggers: Trigger[] }[] = [
{ {
name: "Persistent Notification", name: "Persistent Notification",
triggers: [{ platform: "persistent_notification", ...HaPersistentNotificationTrigger.defaultConfig }], triggers: [
{
platform: "persistent_notification",
...HaPersistentNotificationTrigger.defaultConfig,
},
],
}, },
{ {