additional components, clean-up

This commit is contained in:
HB
2020-09-29 17:29:47 +02:00
parent fce81d14a9
commit 54c7dabb67
20 changed files with 259 additions and 12 deletions
@@ -1,4 +1,4 @@
#include "esphome.h"
#include "esphome/core/log.h"
#include "example_custom_sensor.h"
namespace esphome {
@@ -17,7 +17,7 @@ void ExampleCustomSensor::update(){
}
void ExampleCustomSensor::dump_config(){
ESP_LOGCONFIG(TAG, "Empty custom sensor");
}
} //namespace example_custom_sensor