rename folder

This commit is contained in:
2023-12-17 20:31:18 +01:00
parent 9ee2ee5864
commit 90b58c7e4d
76 changed files with 0 additions and 0 deletions
@@ -0,0 +1,17 @@
#pragma once
#include "esphome/core/component.h"
#include "esphome/components/binary_sensor/binary_sensor.h"
namespace esphome {
namespace empty_binary_sensor {
class EmptyBinarySensor : public binary_sensor::BinarySensor, public PollingComponent {
public:
void setup() override;
void update() override;
void dump_config() override;
};
} //namespace empty_binary_sensor
} //namespace esphome