From d6fff02b11d1e38e80d720c3f062a348c9795afe Mon Sep 17 00:00:00 2001 From: SNoof85 Date: Mon, 5 Oct 2020 12:22:29 +0200 Subject: [PATCH] Use reference strings in pvpc_hourly_pricing (#41214) --- homeassistant/components/pvpc_hourly_pricing/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/pvpc_hourly_pricing/strings.json b/homeassistant/components/pvpc_hourly_pricing/strings.json index fbda22c5149..a1536d2186f 100644 --- a/homeassistant/components/pvpc_hourly_pricing/strings.json +++ b/homeassistant/components/pvpc_hourly_pricing/strings.json @@ -11,7 +11,7 @@ } }, "abort": { - "already_configured": "Integration is already configured with an existing sensor with that tariff" + "already_configured": "[%key:common::config_flow::abort::already_configured_service%]" } } }