Enable credential autofill for Monarch Money (#182772)

This commit is contained in:
Bradley Florence
2026-09-20 17:11:24 +02:00
committed by GitHub
parent 001abba729
commit e99a7290d2
@@ -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",
),
),
}