diff --git a/esphome/components/bh1745/bh1745.h b/esphome/components/bh1745/bh1745.h index 79fd31baa8..3a29abe501 100644 --- a/esphome/components/bh1745/bh1745.h +++ b/esphome/components/bh1745/bh1745.h @@ -142,7 +142,7 @@ class BH1745Component : public PollingComponent, public i2c::I2CDevice { float calculate_lux_(Readings &data); float calculate_cct_(Readings &data); - + void publish_data_(); };