-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"User input malformed" when re-configuring interation #150
Comments
Yeah that's pretty unfortunate. Also some multi-selects became checkboxes... sigh... will work on this issue this Sunday. |
These two options are declared the same way and one renders as checkboxes and one as a multi select 🤷 |
Watching the launch party I remember hearing that depending on the number of items there would be a difference how a list would be shown. Could that be the case here?
… Op 7 nov. 2021, om 06:12 heeft Jan Seidl ***@***.***> het volgende geschreven:
vol.Optional(
CONF_PRESENCE_DEVICE_PLATFORMS,
default=DEFAULT_PRESENCE_DEVICE_PLATFORMS,
): cv.ensure_list,
vol.Optional(
CONF_PRESENCE_SENSOR_DEVICE_CLASS,
default=DEFAULT_PRESENCE_DEVICE_SENSOR_CLASS,
): cv.ensure_list,
These two options are declared the same way and one renders as checkboxes and one as a multi select 🤷
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#150 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AD54ZNHHSMQF3RX5MJI33MDUKYKGLANCNFSM5HMVGI7Q>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Hmmm, possibly. That sucks, the config menu will be a mess... sigh. Still investigating this issue. |
Is related to home-assistant/frontend#10567 (comment) |
Seems to be resolved in latest HA Frontend update. Still would prefer a way to enforce selects instead of checkboxes. |
Spoke too soon. Worked when I first updated but now it's giving me the same error when I'm trying to update areas. |
Weird thing if you delete the area, restart and configure the area, it works fine. If you try to re-configure the area, it gives |
Original bug seems to be partially fixed. Remainder seems related to home-assistant/frontend#10608 |
Closing this one as it is being fixed frontend. |
Can not edit options anymore since upgrading to core-2021.11.0. Multi-selects specifically doesn't work. Gives 'User input malformed'. Similar issue in other custom integrations, see https://github.com/basnijholt/adaptive-lighting/issues/213
System Health
Home Assistant Community Store
Home Assistant Cloud
Lovelace
Spotify
The text was updated successfully, but these errors were encountered: