ESPHome 2025.5.0
Loading...
Searching...
No Matches
copy_binary_sensor.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace esphome {
7namespace copy {
8
10 public:
12 void setup() override;
13 void dump_config() override;
14 float get_setup_priority() const override { return setup_priority::DATA; }
15
16 protected:
18};
19
20} // namespace copy
21} // namespace esphome
Base class for all binary_sensor-type classes.
binary_sensor::BinarySensor * source_
void set_source(binary_sensor::BinarySensor *source)
float get_setup_priority() const override
const float DATA
For components that import data from directly connected sensors like DHT.
Definition component.cpp:19
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7