From 9d1aa70c62f8c49541eb0295f7bfba833e0a36c6 Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Fri, 9 Oct 2020 11:16:16 +0200 Subject: [PATCH] Fix description reference in PoolSense config flow (#41535) --- homeassistant/components/poolsense/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/poolsense/strings.json b/homeassistant/components/poolsense/strings.json index d26a44cc275..71b30e0bf77 100644 --- a/homeassistant/components/poolsense/strings.json +++ b/homeassistant/components/poolsense/strings.json @@ -3,7 +3,7 @@ "step": { "user": { "title": "PoolSense", - "description": "[%key:common::config_flow::description%]", + "description": "[%key:common::config_flow::description::confirm_setup%]", "data": { "email": "[%key:common::config_flow::data::email%]", "password": "[%key:common::config_flow::data::password%]"