ESPHome 2026.5.0
Loading...
Searching...
No Matches
optional.h
Go to the documentation of this file.
1#pragma once
2
3#include <optional>
4
5namespace esphome {
6
7using std::make_optional;
8using std::nullopt;
9using std::nullopt_t;
10using std::optional;
11
12} // namespace esphome