From bc4195ced5cfbdf908ac90ac2b73347f1e0c62fb Mon Sep 17 00:00:00 2001 From: Jens Ihnow Date: Tue, 21 Apr 2026 17:14:00 +0200 Subject: [PATCH] fix: add missing invalid_host error string to strings.json config_flow.py sets errors = {"base": "invalid_host"} when bridge discovery returns no results, but the key was not defined in strings.json causing the error to be silently swallowed with no user feedback. Relates to #141 --- custom_components/comfoconnect/strings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/comfoconnect/strings.json b/custom_components/comfoconnect/strings.json index b873d6e..eb9439f 100644 --- a/custom_components/comfoconnect/strings.json +++ b/custom_components/comfoconnect/strings.json @@ -33,7 +33,8 @@ }, "config": { "error": { - "invalid_pin": "Invalid PIN" + "invalid_pin": "Invalid PIN", + "invalid_host": "Could not find a ComfoConnect bridge at this address" }, "step": { "user": {