ESPHome 2025.5.0
Loading...
Searching...
No Matches
internal_temperature.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace esphome {
7namespace internal_temperature {
8
10 public:
11 void setup() override;
12 void dump_config() override;
13
14 void update() override;
15};
16
17} // namespace internal_temperature
18} // namespace esphome
This class simplifies creating components that periodically check a state.
Definition component.h:301
Base-class for all sensors.
Definition sensor.h:57
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7