mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 11:38:21 +00:00
Fix malformed user input error on MJPEG config flow (#108058)
This commit is contained in:
parent
ed31adc6db
commit
70492a80cc
@ -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