mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 15:38:11 +01:00
add comment about simillar headers
This commit is contained in:
parent
e254f2fab4
commit
3725873a54
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
// TODO: see esphome/components/midea_ir/midea_data.h
|
||||
|
||||
#ifdef USE_ARDUINO
|
||||
#ifdef USE_REMOTE_TRANSMITTER
|
||||
#include "esphome/components/remote_base/midea_protocol.h"
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
// TODO: make base, why? Because this file can be used by midea component also. See esphome/components/midea/ir_transmitter.h
|
||||
|
||||
#include "esphome/components/remote_base/midea_protocol.h"
|
||||
#include "esphome/components/climate/climate_mode.h"
|
||||
#include "esphome/core/helpers.h"
|
||||
|
|
Loading…
Reference in a new issue