add comment about simillar headers

This commit is contained in:
Djordje 2024-11-22 01:17:26 +01:00
parent e254f2fab4
commit 3725873a54
2 changed files with 4 additions and 0 deletions

View file

@ -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"

View file

@ -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"