mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 02:36:37 +00:00
Add variables to automation trigger type
This commit is contained in:
parent
dd963be723
commit
b3fa0cccb4
@ -62,6 +62,7 @@ export interface ContextConstraint {
|
|||||||
export interface BaseTrigger {
|
export interface BaseTrigger {
|
||||||
platform: string;
|
platform: string;
|
||||||
id?: string;
|
id?: string;
|
||||||
|
variables?: Record<string, unknown>;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface StateTrigger extends BaseTrigger {
|
export interface StateTrigger extends BaseTrigger {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user