mirror of
https://github.com/esphome/esphome.git
synced 2025-02-24 20:12:30 +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/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 {
|
||||||
|
|
|
@ -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),
|
||||||
|
|
Loading…
Add table
Reference in a new issue