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,8 +1,11 @@
#include "esphome/core/log.h"
#include "empty_custom_binary_output.h"
namespace esphome {
namespace empty_custom_binary_output {
static const char *TAG = "empty_custom_binary_output.binary_output";
void EmptyCustomBinaryOutput::setup(){
}
@@ -12,7 +15,7 @@ void EmptyCustomBinaryOutput::write_state(bool state){
}
void EmptyCustomBinaryOutput::dump_config() {
ESP_LOGCONFIG(TAG, "Custom binary output");
}
} //namespace empty_custom_binary_output