#ha-form
1 messages · Page 1 of 1 (latest)
Im working on an integration configuration panel. Need several input forms - mostly select and boolean for this.
Currently I'm doing this manually with lots of ha-selector. I was hoping ha-form could help me with repetitive stuff like highlighting invalid input (required unselected).
Or to even let me use voluptuous-serialize to define my schemas in Core. But not sure if that would even work given I need some custom validators.
Yeah I guess ha-form is either used in frontend with frontend defined schemas (like in card editors), or with backend defined schemas (like integration config flow), so I would guess you can use either approach.