diff --git a/common/base.yaml b/common/base.yaml index ae21971..354dbbf 100644 --- a/common/base.yaml +++ b/common/base.yaml @@ -4,9 +4,15 @@ esphome: board: lolin_d32_pro project: name: "xd0.esp32weatherstation2" - version: "0.0.4" + version: "0.0.5" includes: - - custom/weather_icon_map.h + - fonts/weather_icon_map.h + - custom/veml6075_custom_sensor.h + libraries: + - "https://github.com/adafruit/Adafruit_VEML6075" + - "https://github.com/adafruit/Adafruit_BusIO" + platformio_options: + lib_ldf_mode: chain+ # Enable logging logger: diff --git a/custom/weather_icon_map.h b/fonts/weather_icon_map.h similarity index 100% rename from custom/weather_icon_map.h rename to fonts/weather_icon_map.h