FIX non catched error (see issue #120)
This commit is contained in:
@@ -2301,7 +2301,7 @@ class VersatileThermostat(ClimateEntity, RestoreEntity):
|
|||||||
under.startup()
|
under.startup()
|
||||||
except UnknownEntity as err:
|
except UnknownEntity as err:
|
||||||
# still not found, we an stop here
|
# still not found, we an stop here
|
||||||
raise err
|
return
|
||||||
|
|
||||||
# Check overpowering condition
|
# Check overpowering condition
|
||||||
# Not necessary for switch because each switch is checking at startup
|
# Not necessary for switch because each switch is checking at startup
|
||||||
|
|||||||
Reference in New Issue
Block a user