mirror of
https://github.com/esphome/esphome.git
synced 2025-11-01 07:31:51 +00:00
DNM: no split test
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#include "esphome/core/log.h"
|
#include "esphome/core/log.h"
|
||||||
#include "absolute_humidity.h"
|
#include "absolute_humidity.h"
|
||||||
|
// test
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace absolute_humidity {
|
namespace absolute_humidity {
|
||||||
|
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ enum SaturationVaporPressureEquation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/// This class implements calculation of absolute humidity from temperature and relative humidity.
|
/// This class implements calculation of absolute humidity from temperature and relative humidity.
|
||||||
|
// Test change for clang-tidy split logic
|
||||||
class AbsoluteHumidityComponent : public sensor::Sensor, public Component {
|
class AbsoluteHumidityComponent : public sensor::Sensor, public Component {
|
||||||
public:
|
public:
|
||||||
AbsoluteHumidityComponent() = default;
|
AbsoluteHumidityComponent() = default;
|
||||||
|
|||||||
Reference in New Issue
Block a user