From eeab4be2d09d47d5a6130784464f6fbdd020b645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Seux?= Date: Fri, 24 Jan 2025 21:02:55 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Remove=20debug=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will restore version detection. This is really a stupid mistake I've done in the last release 🙇 --- custom_components/aquarea/update.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/custom_components/aquarea/update.py b/custom_components/aquarea/update.py index 30c23e0..f0b4e01 100644 --- a/custom_components/aquarea/update.py +++ b/custom_components/aquarea/update.py @@ -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