From 33eaf081cd93c7be914d075995749bbe0c40ade9 Mon Sep 17 00:00:00 2001 From: Haemish Kyd Date: Tue, 14 Jul 2020 01:04:10 +0200 Subject: [PATCH] Apply code review changes for poolsense (#37817) --- homeassistant/components/poolsense/config_flow.py | 2 +- homeassistant/components/poolsense/translations/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/poolsense/config_flow.py b/homeassistant/components/poolsense/config_flow.py index a56ec8971f6..b9c73ace3fc 100644 --- a/homeassistant/components/poolsense/config_flow.py +++ b/homeassistant/components/poolsense/config_flow.py @@ -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, ) diff --git a/homeassistant/components/poolsense/translations/en.json b/homeassistant/components/poolsense/translations/en.json index a38fca9ed48..79b248ffd41 100644 --- a/homeassistant/components/poolsense/translations/en.json +++ b/homeassistant/components/poolsense/translations/en.json @@ -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" } }