From bdbd1478b7744f12e0ead2c888e22ef1853918e4 Mon Sep 17 00:00:00 2001 From: GrKoR Date: Sat, 26 Oct 2024 23:25:36 +0300 Subject: [PATCH] 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 2080d25..679577d 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.15' +AUX_AC_FIRMWARE_VERSION = '0.2.16' AC_PACKET_TIMEOUT_MIN = 150 AC_PACKET_TIMEOUT_MAX = 600 AC_POWER_LIMIT_MIN = 30