From 017d0ba1bda1769756aeef14d6395af2d58d70a8 Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Fri, 27 Oct 2023 18:51:54 +0100 Subject: [PATCH] CommandQueue sensor --- components/BalboaGL/sensor/BalboaGLSesnor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/BalboaGL/sensor/BalboaGLSesnor.h b/components/BalboaGL/sensor/BalboaGLSesnor.h index a8cb172..bdceca3 100644 --- a/components/BalboaGL/sensor/BalboaGLSesnor.h +++ b/components/BalboaGL/sensor/BalboaGLSesnor.h @@ -7,7 +7,7 @@ using namespace esphome; -class BalboaGLCommandQueueSensor : public PollingComponent, public sensor::TextSensor { +class BalboaGLCommandQueueSensor : public PollingComponent, public sensor::Sensor { public: // void setSpa(balboaGL* spa) { // this->spa = spa;