From e768f962c322f6b8c83f890e52366a8277718645 Mon Sep 17 00:00:00 2001 From: GrKoR Date: Fri, 27 May 2022 21:22:25 +0300 Subject: [PATCH] climate_mode.h --- components/aux_ac/aux_ac.h | 1 + 1 file changed, 1 insertion(+) diff --git a/components/aux_ac/aux_ac.h b/components/aux_ac/aux_ac.h index 977aa10..eb4168d 100644 --- a/components/aux_ac/aux_ac.h +++ b/components/aux_ac/aux_ac.h @@ -9,6 +9,7 @@ #include #include "esphome/core/component.h" #include "esphome/components/climate/climate.h" +#include "esphome/components/climate/climate_mode.h" #include "esphome/components/uart/uart.h" #include "esphome/components/sensor/sensor.h" #include "esphome/components/binary_sensor/binary_sensor.h"