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,9 +1,11 @@
#include "esphome.h"
#include "esphome/core/log.h"
#include "empty_custom_sensor.h"
namespace esphome {
namespace empty_custom_sensor {
static const char *TAG = "empty_custom_sensor.sensor";
void EmptyCustomSensor::setup() {
}
@@ -17,7 +19,7 @@ void EmptyCustomSensor::update() {
}
void EmptyCustomSensor::dump_config() {
ESP_LOGCONFIG(TAG, "Empty custom sensor");
}
} //namespace empty_custom_sensor