Fix include path

This commit is contained in:
Geoff Davis
2020-03-11 11:38:08 -07:00
parent b1c9234877
commit 197273ae37

View File

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