mirror of
https://github.com/home-assistant/frontend.git
synced 2026-08-17 10:32:44 +01:00
The metadata suggestion schema sent the internal category and floor IDs as the select options, so the model only saw opaque IDs and never picked one. The result processor already maps the chosen value back to an ID by name, so the two halves disagreed. Offer the names as the option values instead, matching what the processor expects, so the model can actually choose a category or floor.