ESPHome 2026.5.0b1
Loading...
Searching...
No Matches
pid_climate_sensor.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace esphome::pid {
7
20
22 public:
23 void setup() override;
24 void set_parent(PIDClimate *parent) { parent_ = parent; }
26
27 void dump_config() override;
28
29 protected:
33};
34
35} // namespace esphome::pid
void set_parent(PIDClimate *parent)
void set_type(PIDClimateSensorType type)
Base-class for all sensors.
Definition sensor.h:47
uint16_t type