mirror of
https://github.com/esphome/esphome.git
synced 2025-09-11 15:52:20 +01:00
Enable readability-redundant-member-init check (#3097)
This commit is contained in:
@@ -177,7 +177,7 @@ bool Component::has_overridden_loop() const {
|
||||
return loop_overridden || call_loop_overridden;
|
||||
}
|
||||
|
||||
PollingComponent::PollingComponent(uint32_t update_interval) : Component(), update_interval_(update_interval) {}
|
||||
PollingComponent::PollingComponent(uint32_t update_interval) : update_interval_(update_interval) {}
|
||||
|
||||
void PollingComponent::call_setup() {
|
||||
// Let the polling component subclass setup their HW.
|
||||
|
Reference in New Issue
Block a user