From 2e3ce4ae9ed042e350a75a55188893cf1eea6e93 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 21 Jun 2023 09:57:39 +0200 Subject: [PATCH] lint --- gallery/src/pages/automation/editor-trigger.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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, + }, + ], }, {