Skip to content

Commit

Permalink
disable select
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Oct 17, 2023
1 parent b58fa84 commit 25286fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/BalboaGL/ESPBalboaGL.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "esphome/core/log.h"
#include "esp_log.h"

#include "BalboaGLSelect.h"
// #include "BalboaGLSelect.h"
#include "BalboaGLSwitch.h"
#include "ESPBalboaGL.h"
#include "ESPBalboaGLSensor.h"
Expand Down Expand Up @@ -94,8 +94,8 @@ class BalboaGL : public PollingComponent, public climate::Climate {
//ESP8266 or UART0 on ESP32
void check_logger_conflict_();

BalboaGLPump1Select pump1;
BalboaGLPump2Select pump2;
// BalboaGLPump1Select pump1;
// BalboaGLPump2Select pump2;
BalboaGLLightSwitch lightSwitch;
BalboaGLStateSensor stateSensor;
BalboaGLRawSensor rawSensor;
Expand Down

0 comments on commit 25286fa

Please sign in to comment.