mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 10:16:46 +00:00
Add step_id to flow in progress type (#5769)
This commit is contained in:
parent
3216a46e76
commit
db07eeb916
@ -12,6 +12,7 @@ export interface DataEntryFlowProgressedEvent {
|
||||
export interface DataEntryFlowProgress {
|
||||
flow_id: string;
|
||||
handler: string;
|
||||
step_id: string;
|
||||
context: {
|
||||
title_placeholders: { [key: string]: string };
|
||||
[key: string]: any;
|
||||
|
Loading…
x
Reference in New Issue
Block a user