1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 11:52:20 +01:00

Add missing import to bedjet (#3490)

This commit is contained in:
Jesse Hills
2022-05-19 16:23:40 +12:00
committed by GitHub
parent f0c890f160
commit dda1ddcb26

View File

@@ -4,6 +4,7 @@
#include "esphome/components/esp32_ble_tracker/esp32_ble_tracker.h"
#include "esphome/components/climate/climate.h"
#include "esphome/core/component.h"
#include "esphome/core/defines.h"
#include "esphome/core/hal.h"
#include "bedjet_base.h"