From 8597e46e3f4d4987a5ad64fa9955414a5626f05b Mon Sep 17 00:00:00 2001 From: GrKoR Date: Mon, 22 Dec 2025 21:37:54 -0800 Subject: [PATCH] version: patch++ --- components/aux_ac/climate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/aux_ac/climate.py b/components/aux_ac/climate.py index 117f987..15a81ea 100644 --- a/components/aux_ac/climate.py +++ b/components/aux_ac/climate.py @@ -34,7 +34,7 @@ from esphome.components.climate import ( ClimateSwingMode, ) -AUX_AC_FIRMWARE_VERSION = '0.3.1' +AUX_AC_FIRMWARE_VERSION = '0.3.2' AC_PACKET_TIMEOUT_MIN = 150 AC_PACKET_TIMEOUT_MAX = 600 AC_POWER_LIMIT_MIN = 30