Remove unnecessary changes

This commit is contained in:
Djordje 2024-11-14 17:28:00 +01:00
parent 7ba0a043d7
commit 2e534b560e
2 changed files with 0 additions and 6 deletions

View file

@ -13,8 +13,6 @@
#include "esphome/core/log.h" #include "esphome/core/log.h"
#include "esphome/components/uart/uart.h" #include "esphome/components/uart/uart.h"
#include "esphome/components/climate/climate.h" #include "esphome/components/climate/climate.h"
// IR
#include "ir_transmitter.h" #include "ir_transmitter.h"
namespace esphome { namespace esphome {

View file

@ -173,10 +173,6 @@ MIDEA_ACTION_BASE_SCHEMA = cv.Schema(
) )
# FollowMe action # FollowMe action
MIDEA_FOLLOW_ME_MIN_C = 0
MIDEA_FOLLOW_ME_MAX_C = 37
MIDEA_FOLLOW_ME_MIN_F = 32
MIDEA_FOLLOW_ME_MAX_F = 99
MIDEA_FOLLOW_ME_SCHEMA = cv.Schema( MIDEA_FOLLOW_ME_SCHEMA = cv.Schema(
{ {
cv.Required(CONF_TEMPERATURE): cv.templatable(cv.temperature), cv.Required(CONF_TEMPERATURE): cv.templatable(cv.temperature),