From 9b2dc87f29d67657aa4a85300237113ac34716eb Mon Sep 17 00:00:00 2001 From: J1A-T13N Date: Thu, 15 Aug 2024 14:27:46 +0000 Subject: [PATCH] Fix Http config flow wrong title. --- custom_components/trem/config_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/trem/config_flow.py b/custom_components/trem/config_flow.py index 8ab8cbe..0a703f5 100644 --- a/custom_components/trem/config_flow.py +++ b/custom_components/trem/config_flow.py @@ -136,7 +136,7 @@ async def validate_input( if CONF_NODE in user_input: uri: str = user_input[CONF_NODE] if uri.lower() == "random" or uri in BASE_URLS: - return True + return region_name if return_region else True if validators.url(uri): try: