forked from smash/co2ampel
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:
|
substitutions:
|
||||||
node_name: !env_var co2ampel
|
node_name: !env_var co2ampel
|
||||||
|
|
||||||
esphome:
|
esphome:
|
||||||
name: co2ampel_${node_name}
|
name: co2ampel_${node_name}
|
||||||
platform: ESP32
|
platform: ESP32
|
||||||
board: esp32doit-devkit-v1
|
board: esp32doit-devkit-v1
|
||||||
on_boot:
|
on_boot:
|
||||||
- display.page.show: 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:
|
ota:
|
||||||
safe_mode: True
|
safe_mode: True
|
||||||
password: !secret ota_passwd
|
password: !secret ota_passwd
|
||||||
|
|
Loading…
Reference in a new issue