From c171248a6555bc9d54d101a124d8212eeb664380 Mon Sep 17 00:00:00 2001 From: Stefan Heinrichsen Date: Tue, 10 Nov 2020 16:00:35 +0100 Subject: [PATCH] added comment about manual libs --- co2sensor.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/co2sensor.yaml b/co2sensor.yaml index 1a6101a..ecdc487 100644 --- a/co2sensor.yaml +++ b/co2sensor.yaml @@ -1,11 +1,17 @@ substitutions: node_name: !env_var co2ampel + esphome: name: co2ampel_${node_name} platform: ESP32 board: esp32doit-devkit-v1 on_boot: - display.page.show: boot +# manually define needed libs to avoid broken NeoPixelBus-esphome@2.5.7 (we use the upstream version 2.6.0 instead) + platformio_options: + lib_deps: NeoPixelBus@2.6.0, AsyncTCP-esphome, ESPAsyncTCP-esphome, AsyncTCP-esphome, AsyncMqttClient-esphome, ESPAsyncTCP-esphome, AsyncTCP-esphome, ArduinoJson-esphomelib@5.13.3, ESPAsyncWebServer-esphome + + ota: safe_mode: True password: !secret ota_passwd