Use default values in advanced options in devolo home control (#40216)
This commit is contained in:
parent
ddbcfe83dd
commit
27f11a1022
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ class DevoloHomeControlFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
|
|||
self.data_schema = {
|
||||
vol.Required(CONF_USERNAME): str,
|
||||
vol.Required(CONF_PASSWORD): str,
|
||||
vol.Required(CONF_MYDEVOLO): str,
|
||||
vol.Required(CONF_HOMECONTROL): str,
|
||||
vol.Required(CONF_MYDEVOLO, default=DEFAULT_MYDEVOLO): str,
|
||||
vol.Required(CONF_HOMECONTROL, default=DEFAULT_MPRM): str,
|
||||
}
|
||||
if user_input is None:
|
||||
return self._show_form(user_input)
|
||||
|
|
Loading…
Add table
Reference in a new issue