mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 17:27:59 +01:00
Remove unnecessary changes
This commit is contained in:
parent
7ba0a043d7
commit
2e534b560e
2 changed files with 0 additions and 6 deletions
|
@ -13,8 +13,6 @@
|
|||
#include "esphome/core/log.h"
|
||||
#include "esphome/components/uart/uart.h"
|
||||
#include "esphome/components/climate/climate.h"
|
||||
|
||||
// IR
|
||||
#include "ir_transmitter.h"
|
||||
|
||||
namespace esphome {
|
||||
|
|
|
@ -173,10 +173,6 @@ MIDEA_ACTION_BASE_SCHEMA = cv.Schema(
|
|||
)
|
||||
|
||||
# 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(
|
||||
{
|
||||
cv.Required(CONF_TEMPERATURE): cv.templatable(cv.temperature),
|
||||
|
|
Loading…
Reference in a new issue