diff --git a/gallery/src/pages/automation/editor-trigger.ts b/gallery/src/pages/automation/editor-trigger.ts index 561f709df2..5dccee4fa0 100644 --- a/gallery/src/pages/automation/editor-trigger.ts +++ b/gallery/src/pages/automation/editor-trigger.ts @@ -75,7 +75,12 @@ const SCHEMAS: { name: string; triggers: Trigger[] }[] = [ { name: "Persistent Notification", - triggers: [{ platform: "persistent_notification", ...HaPersistentNotificationTrigger.defaultConfig }], + triggers: [ + { + platform: "persistent_notification", + ...HaPersistentNotificationTrigger.defaultConfig, + }, + ], }, {