1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-05 04:42:21 +01:00

Use relative include, add check

This commit is contained in:
Otto Winter
2019-05-27 13:06:45 +02:00
parent dac624231f
commit 72a80f559a
19 changed files with 65 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
#include "esphome/components/binary_sensor/binary_sensor.h"
#include "binary_sensor.h"
#include "esphome/core/log.h"
namespace esphome {