From 60d6f56fcf8658667c997972f7b458c5178aa677 Mon Sep 17 00:00:00 2001 From: GrKoR Date: Mon, 30 Jun 2025 22:54:30 -0700 Subject: [PATCH] upd: version++, CLIMATE_SCHEMA warning fixed --- 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 46d900c..1a9d424 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.16' +AUX_AC_FIRMWARE_VERSION = '0.2.17' AC_PACKET_TIMEOUT_MIN = 150 AC_PACKET_TIMEOUT_MAX = 600 AC_POWER_LIMIT_MIN = 30