mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 01:34:18 +01:00
NOLINT(readability-identifier-naming
This commit is contained in:
parent
10d89c6079
commit
972a1f5463
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ class EntityBase {
|
||||||
EntityCategory entity_category_{ENTITY_CATEGORY_NONE};
|
EntityCategory entity_category_{ENTITY_CATEGORY_NONE};
|
||||||
};
|
};
|
||||||
|
|
||||||
class EntityBase_DeviceClass {
|
class EntityBase_DeviceClass { // NOLINT(readability-identifier-naming)
|
||||||
public:
|
public:
|
||||||
/// Get the device class, using the manual override if set.
|
/// Get the device class, using the manual override if set.
|
||||||
std::string get_device_class();
|
std::string get_device_class();
|
||||||
|
@ -74,7 +74,7 @@ class EntityBase_DeviceClass {
|
||||||
const char *device_class_{nullptr}; ///< Device class override
|
const char *device_class_{nullptr}; ///< Device class override
|
||||||
};
|
};
|
||||||
|
|
||||||
class EntityBase_UnitOfMeasurement {
|
class EntityBase_UnitOfMeasurement { // NOLINT(readability-identifier-naming)
|
||||||
public:
|
public:
|
||||||
/// Get the unit of measurement, using the manual override if set.
|
/// Get the unit of measurement, using the manual override if set.
|
||||||
std::string get_unit_of_measurement();
|
std::string get_unit_of_measurement();
|
||||||
|
|
Loading…
Reference in a new issue