mirror of
https://github.com/esphome/esphome.git
synced 2025-09-15 09:42:19 +01:00
Activate some clang-tidy checks (#1884)
This commit is contained in:
@@ -56,7 +56,7 @@ class APIServer : public Component, public Controller {
|
||||
void on_switch_update(switch_::Switch *obj, bool state) override;
|
||||
#endif
|
||||
#ifdef USE_TEXT_SENSOR
|
||||
void on_text_sensor_update(text_sensor::TextSensor *obj, std::string state) override;
|
||||
void on_text_sensor_update(text_sensor::TextSensor *obj, const std::string &state) override;
|
||||
#endif
|
||||
#ifdef USE_CLIMATE
|
||||
void on_climate_update(climate::Climate *obj) override;
|
||||
|
Reference in New Issue
Block a user