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 cdb4fbc commit 20b779e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions components/BalboaGL/BalboaGLSelect.h
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
#include "esphome/core/component.h"
#include "esphome/components/select/select.h"
// #include "esphome/components/select/select.h"

namespace esphome {
namespace balboa_select {
// namespace esphome {
// namespace balboa_select {

class BalboaGLPump1Select : public Component, public select::Select {
public:
// class BalboaGLPump1Select : public Component, public select::Select {
// public:

};
// };

class BalboaGLPump2Select : public Component, public select::Select {
public:
// class BalboaGLPump2Select : public Component, public select::Select {
// public:

};
// };

}
}
// }
// }

0 comments on commit 20b779e

Please sign in to comment.