diff --git a/src/data/automation.ts b/src/data/automation.ts index b164df7591..91591a595b 100644 --- a/src/data/automation.ts +++ b/src/data/automation.ts @@ -62,6 +62,7 @@ export interface ContextConstraint { } export interface BaseTrigger { + alias?: string; platform: string; id?: string; variables?: Record; diff --git a/src/panels/config/automation/trigger/ha-automation-trigger-row.ts b/src/panels/config/automation/trigger/ha-automation-trigger-row.ts index d6f32bf995..5525925bd6 100644 --- a/src/panels/config/automation/trigger/ha-automation-trigger-row.ts +++ b/src/panels/config/automation/trigger/ha-automation-trigger-row.ts @@ -110,7 +110,7 @@ export default class HaAutomationTriggerRow extends LitElement {