Skip to content

Commit

Permalink
comment unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Oct 15, 2023
1 parent 6f0e1ad commit 35f66be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/BalboaGL/ESPBalboaGL.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "esphome.h"
#include "esphome/core/preferences.h"
#include "esphome/components/sensor/sensor.h"
#include "esphome/components/text_sensor/text_sensor.h"
// #include "esphome/components/sensor/sensor.h"
// #include "esphome/components/text_sensor/text_sensor.h"
#include "esphome/components/climate/climate.h"
#include "esphome/core/log.h"
#include "esp_log.h"
Expand Down

0 comments on commit 35f66be

Please sign in to comment.