From 66297c60448d2f618cab41d0387f471d3fc872ac Mon Sep 17 00:00:00 2001 From: Jean-Marc Collin Date: Sun, 15 Oct 2023 18:39:13 +0200 Subject: [PATCH] FIX non catched error (see issue #120) --- custom_components/versatile_thermostat/climate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/versatile_thermostat/climate.py b/custom_components/versatile_thermostat/climate.py index 73988157..fa999124 100644 --- a/custom_components/versatile_thermostat/climate.py +++ b/custom_components/versatile_thermostat/climate.py @@ -2301,7 +2301,7 @@ async def _async_control_heating(self, force=False, _=None): under.startup() except UnknownEntity as err: # still not found, we an stop here - raise err + return # Check overpowering condition # Not necessary for switch because each switch is checking at startup