mirror of
https://github.com/geoffdavis/esphome-mitsubishiheatpump
synced 2025-07-25 02:53:59 +00:00
Fix include path
This commit is contained in:
6
espmhp.h
6
espmhp.h
@ -16,9 +16,9 @@
|
||||
//#define USE_CALLBACKS
|
||||
#pragma once
|
||||
|
||||
#include "esphome/components/climate.h"
|
||||
#include "esphome/components/climate_traits.h"
|
||||
#include "esphome/components/climate_mode.h"
|
||||
#include "esphome/components/climate/climate.h"
|
||||
#include "esphome/components/climate/climate_traits.h"
|
||||
#include "esphome/components/climate/climate_mode.h"
|
||||
#include "esphome/core/component.h"
|
||||
|
||||
#include "HeatPump.h"
|
||||
|
Reference in New Issue
Block a user