ESPHome 2026.5.0-dev
Loading...
Searching...
No Matches
internal_temperature.h
Go to the documentation of this file.
1#pragma once
2
5
7
9 public:
10#if defined(USE_ESP32) || (defined(USE_ZEPHYR) && defined(USE_NRF52))
11 void setup() override;
12#endif // USE_ESP32 || (USE_ZEPHYR && USE_NRF52)
13 void dump_config() override;
14
15 void update() override;
16};
17
18} // namespace esphome::internal_temperature
This class simplifies creating components that periodically check a state.
Definition component.h:602
Base-class for all sensors.
Definition sensor.h:47