mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
[opentherm] Rename c++ files for predictable doxygen generation (#10314)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
#include "esphome/core/component.h"
|
||||
#include "esphome/core/defines.h"
|
||||
#include "esphome/core/hal.h"
|
||||
#include "esphome/core/component.h"
|
||||
#include "esphome/core/log.h"
|
||||
#include <vector>
|
||||
|
||||
#include "opentherm.h"
|
||||
|
||||
@@ -17,21 +17,21 @@
|
||||
#endif
|
||||
|
||||
#ifdef OPENTHERM_USE_SWITCH
|
||||
#include "esphome/components/opentherm/switch/switch.h"
|
||||
#include "esphome/components/opentherm/switch/opentherm_switch.h"
|
||||
#endif
|
||||
|
||||
#ifdef OPENTHERM_USE_OUTPUT
|
||||
#include "esphome/components/opentherm/output/output.h"
|
||||
#include "esphome/components/opentherm/output/opentherm_output.h"
|
||||
#endif
|
||||
|
||||
#ifdef OPENTHERM_USE_NUMBER
|
||||
#include "esphome/components/opentherm/number/number.h"
|
||||
#include "esphome/components/opentherm/number/opentherm_number.h"
|
||||
#endif
|
||||
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
#include <functional>
|
||||
|
||||
#include "opentherm_macros.h"
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#include "number.h"
|
||||
#include "opentherm_number.h"
|
||||
|
||||
namespace esphome {
|
||||
namespace opentherm {
|
@@ -1,5 +1,5 @@
|
||||
#include "esphome/core/helpers.h" // for clamp() and lerp()
|
||||
#include "output.h"
|
||||
#include "opentherm_output.h"
|
||||
|
||||
namespace esphome {
|
||||
namespace opentherm {
|
@@ -1,4 +1,4 @@
|
||||
#include "switch.h"
|
||||
#include "opentherm_switch.h"
|
||||
|
||||
namespace esphome {
|
||||
namespace opentherm {
|
Reference in New Issue
Block a user