additional components, clean-up
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
#include "esphome.h"
|
||||
#include "esphome/core/log.h"
|
||||
#include "empty_custom_binary_sensor.h"
|
||||
|
||||
namespace esphome {
|
||||
namespace empty_custom_binary_sensor {
|
||||
|
||||
static const char *TAG = "empty_custom_binary_sensor.binary_sensor";
|
||||
|
||||
void EmptyCustomBinarySensor::setup() {
|
||||
|
||||
}
|
||||
@@ -13,7 +15,7 @@ void EmptyCustomBinarySensor::update() {
|
||||
}
|
||||
|
||||
void EmptyCustomBinarySensor::dump_config() {
|
||||
|
||||
ESP_LOGCONFIG(TAG, "Custom binary sensor");
|
||||
}
|
||||
|
||||
} //namespace empty_custom_binary_sensor
|
||||
|
||||
Reference in New Issue
Block a user