Skip to content

Commit

Permalink
πŸ› Remove debug code
Browse files Browse the repository at this point in the history
This will restore version detection.
This is really a stupid mistake I've done in the last release πŸ™‡
  • Loading branch information
kamaradclimber committed Jan 24, 2025
1 parent c6341b5 commit eeab4be
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions custom_components/aquarea/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,6 @@ def read_model(message):
@callback
def message_received(message):
"""Handle new MQTT messages."""
self._attr_installed_version = "3.8"
self.async_write_ha_state()
return None

if (
self.stats_firmware_contain_version == False
and message.topic == self.marker3_2_topic
Expand Down

0 comments on commit eeab4be

Please sign in to comment.