From b1476d5af64d594700f73168102847b2fd36264e Mon Sep 17 00:00:00 2001 From: Alex X Date: Fri, 19 Apr 2024 15:17:45 +0300 Subject: [PATCH] Update translations --- custom_components/ssh_command/translations/en.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/custom_components/ssh_command/translations/en.json b/custom_components/ssh_command/translations/en.json index 37cc989..7893674 100644 --- a/custom_components/ssh_command/translations/en.json +++ b/custom_components/ssh_command/translations/en.json @@ -1,4 +1,9 @@ { + "config": { + "abort": { + "single_instance_allowed": "Already configured. Only a single configuration possible." + } + }, "services": { "exec_command": { "name": "Execute command",