Skip to content

Commit

Permalink
FIX non catched error (see issue #120)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Marc Collin committed Oct 15, 2023
1 parent f384225 commit 66297c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/versatile_thermostat/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66297c6

Please sign in to comment.