From 5a165d3a3dcd2eb65cf65434cab166bd906f9153 Mon Sep 17 00:00:00 2001 From: GrKoR Date: Wed, 26 Nov 2025 18:58:36 -0800 Subject: [PATCH] upd: version++ --- 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 1a9d424..a60326d 100644 --- a/components/aux_ac/climate.py +++ b/components/aux_ac/climate.py @@ -33,7 +33,7 @@ from esphome.components.climate import ( ClimateSwingMode, ) -AUX_AC_FIRMWARE_VERSION = '0.2.17' +AUX_AC_FIRMWARE_VERSION = '0.3.1' AC_PACKET_TIMEOUT_MIN = 150 AC_PACKET_TIMEOUT_MAX = 600 AC_POWER_LIMIT_MIN = 30