added comment about manual libs
This commit is contained in:
parent
369ccccfb1
commit
c171248a65
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue