From 95a14f0020c2e4f6ac013e899dc71a5f6428f2de Mon Sep 17 00:00:00 2001 From: Anton Viktorov Date: Mon, 11 Mar 2024 00:54:32 +0100 Subject: [PATCH] minor --- esphome/components/bh1745/bh1745.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_(); };