mirror of
https://github.com/esphome/esphome.git
synced 2024-11-08 09:40:53 +01:00
null initialize total sensor for pulse counter (#3803)
* null initialize total sensor. * pedantic styling fix Co-authored-by: Guillermo Ruffino <glm.net@gmail.com> Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
This commit is contained in:
parent
6d267fda01
commit
c61abf6aca
@ -81,7 +81,7 @@ class PulseCounterSensor : public sensor::Sensor, public PollingComponent {
|
||||
PulseCounterStorageBase &storage_;
|
||||
uint32_t last_time_{0};
|
||||
uint32_t current_total_{0};
|
||||
sensor::Sensor *total_sensor_;
|
||||
sensor::Sensor *total_sensor_{nullptr};
|
||||
};
|
||||
|
||||
} // namespace pulse_counter
|
||||
|
Loading…
Reference in New Issue
Block a user