Skip to content

Commit

Permalink
CommandQueue sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Oct 27, 2023
1 parent 8ea825d commit 017d0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/BalboaGL/sensor/BalboaGLSesnor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 017d0ba

Please sign in to comment.