ESPHome 2026.8.0b4
Loading...
Searching...
No Matches
hoermann_hcp_binary_sensor.h
Go to the documentation of this file.
1#pragma once
2
5#include "../hoermann_hcp.h"
6
7namespace esphome::hoermann_hcp {
8
10 public:
12
13 void setup() override;
14 void dump_config() override;
15
16 protected:
18};
19
20} // namespace esphome::hoermann_hcp
Base class for all binary_sensor-type classes.