mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Allow use trigger/condition selector in config flows (#21431)
This commit is contained in:
parent
d078807255
commit
38e7b8c467
@ -94,6 +94,8 @@ export const computeInitialHaFormData = (
|
||||
data[field.name] = selector.color_temp?.min_mireds ?? 153;
|
||||
} else if (
|
||||
"action" in selector ||
|
||||
"trigger" in selector ||
|
||||
"condition" in selector ||
|
||||
"media" in selector ||
|
||||
"target" in selector
|
||||
) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user