mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Merge pull request #12135 from home-assistant/update-automation-type
This commit is contained in:
commit
2648a53bbc
@ -62,6 +62,7 @@ export interface ContextConstraint {
|
||||
export interface BaseTrigger {
|
||||
platform: string;
|
||||
id?: string;
|
||||
variables?: Record<string, unknown>;
|
||||
}
|
||||
|
||||
export interface StateTrigger extends BaseTrigger {
|
||||
|
Loading…
x
Reference in New Issue
Block a user