mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Fix malformed user input error on MJPEG config flow (#108058)
This commit is contained in:
parent
dd2527db5b
commit
5cc1a761dd
@ -54,7 +54,7 @@ def async_get_schema(
|
||||
|
||||
if show_name:
|
||||
schema = {
|
||||
vol.Optional(CONF_NAME, default=defaults.get(CONF_NAME)): str,
|
||||
vol.Required(CONF_NAME, default=defaults.get(CONF_NAME)): str,
|
||||
**schema,
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user