mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Apply code review changes for poolsense (#37817)
This commit is contained in:
parent
95e72b4c4b
commit
33eaf081cd
@ -58,5 +58,5 @@ class PoolSenseConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
||||
data_schema=vol.Schema(
|
||||
{vol.Required(CONF_EMAIL): str, vol.Required(CONF_PASSWORD): str}
|
||||
),
|
||||
errors=errors or {},
|
||||
errors=errors,
|
||||
)
|
||||
|
@ -14,7 +14,7 @@
|
||||
"email": "Email",
|
||||
"password": "Password"
|
||||
},
|
||||
"description": "[%key:common::config_flow::description%]",
|
||||
"description": "Set up PoolSense integration. Register on the dedicated app to get your username and password.",
|
||||
"title": "PoolSense"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user