mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-03 14:37:47 +00:00
lint
This commit is contained in:
parent
30f2a49fbf
commit
2e3ce4ae9e
@ -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,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user