Skip to content

Commit

Permalink
text sesnor
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Oct 22, 2023
1 parent 9b535db commit 389b21f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/BalboaGL/text_sensor/BalboaGLSesnor.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

using namespace esphome;

class BalboaGLStateSensor : public Component, public text_sensor::TextSensor {
class BalboaGLStateSensor : public PollingComponent, public text_sensor::TextSensor {
public:
// void setSpa(balboaGL* spa) {
// this->spa = spa;
// }
void loop() override {
void update() override {
publish_state(status.state.c_str());
}
// private:
Expand Down

0 comments on commit 389b21f

Please sign in to comment.