mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 09:23:17 -04:00
Enable credential autofill for Monarch Money (#182772)
This commit is contained in:
@@ -32,11 +32,13 @@ STEP_USER_DATA_SCHEMA = probatio.Schema(
|
||||
probatio.Required(CONF_EMAIL): TextSelector(
|
||||
TextSelectorConfig(
|
||||
type=TextSelectorType.EMAIL,
|
||||
autocomplete="username",
|
||||
),
|
||||
),
|
||||
probatio.Required(CONF_PASSWORD): TextSelector(
|
||||
TextSelectorConfig(
|
||||
type=TextSelectorType.PASSWORD,
|
||||
autocomplete="current-password",
|
||||
),
|
||||
),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user