FIX non catched error (see issue #120)

This commit is contained in:
Jean-Marc Collin
2023-10-15 18:39:13 +02:00
parent f384225b0f
commit 66297c6044

View File

@@ -2301,7 +2301,7 @@ class VersatileThermostat(ClimateEntity, RestoreEntity):
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