1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-14 23:00:29 +01:00

Include delay function in sensor

This commit is contained in:
Michael Doppler 2024-05-02 10:23:20 +00:00
parent 591e0408d1
commit 5b9898814f

View File

@ -2,6 +2,7 @@
#include "esphome/core/component.h"
#include "esphome/core/helpers.h"
#include "esphome/core/hal.h"
#include "esphome/components/sensor/sensor.h"
#include "esphome/components/voltage_sampler/voltage_sampler.h"