ESPHome 2025.5.0
Loading...
Searching...
No Matches
copy_binary_sensor.cpp
Go to the documentation of this file.
2#include "esphome/core/log.h"
3
4namespace esphome {
5namespace copy {
6
7static const char *const TAG = "copy.binary_sensor";
8
10 source_->add_on_state_callback([this](bool value) { this->publish_state(value); });
11 if (source_->has_state())
13}
14
15void CopyBinarySensor::dump_config() { LOG_BINARY_SENSOR("", "Copy Binary Sensor", this); }
16
17} // namespace copy
18} // namespace esphome
virtual bool has_state() const
Return whether this binary sensor has outputted a state.
bool state
The current reported state of the binary sensor.
void add_on_state_callback(std::function< void(bool)> &&callback)
Add a callback to be notified of state changes.
void publish_state(bool state)
Publish a new state to the front-end.
binary_sensor::BinarySensor * source_
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7