Apply code review changes for poolsense (#37817)

This commit is contained in:
Haemish Kyd 2020-07-14 01:04:10 +02:00 committed by GitHub
parent 95e72b4c4b
commit 33eaf081cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -58,5 +58,5 @@ class PoolSenseConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
data_schema=vol.Schema( data_schema=vol.Schema(
{vol.Required(CONF_EMAIL): str, vol.Required(CONF_PASSWORD): str} {vol.Required(CONF_EMAIL): str, vol.Required(CONF_PASSWORD): str}
), ),
errors=errors or {}, errors=errors,
) )

View File

@ -14,7 +14,7 @@
"email": "Email", "email": "Email",
"password": "Password" "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" "title": "PoolSense"
} }
} }