ESPHome 2025.5.0
Loading...
Searching...
No Matches
pid_climate_sensor.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace esphome {
7namespace pid {
8
21
23 public:
24 void setup() override;
25 void set_parent(PIDClimate *parent) { parent_ = parent; }
27
28 void dump_config() override;
29
30 protected:
34};
35
36} // namespace pid
37} // namespace esphome
void set_parent(PIDClimate *parent)
void set_type(PIDClimateSensorType type)
Base-class for all sensors.
Definition sensor.h:57
uint8_t type
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7