From 861fe36f5d16c465d4c50db014c172888df414ff Mon Sep 17 00:00:00 2001 From: scheric <38077357+scheric@users.noreply.github.com> Date: Sat, 3 Oct 2020 14:48:26 +0200 Subject: [PATCH] Use common strings in zha config flow (#41127) --- homeassistant/components/zha/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/zha/strings.json b/homeassistant/components/zha/strings.json index 915501b2437..93b5cd7ccf5 100644 --- a/homeassistant/components/zha/strings.json +++ b/homeassistant/components/zha/strings.json @@ -21,9 +21,9 @@ } } }, - "error": { "cannot_connect": "Unable to connect to ZHA device." }, + "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]" }, "abort": { - "single_instance_allowed": "Only a single configuration of ZHA is allowed." + "single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]" } }, "device_automation": {