We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d0a29d commit 23a983bCopy full SHA for 23a983b
Containerfile
@@ -23,10 +23,9 @@ RUN cd && ls -al && \
23
echo "wifi_passphrase: $WIFI_PASSPHRASE" >> secrets.yaml && \
24
echo "wifi_fallback_ssid: $WIFI_FALLBACK_SSID" >> secrets.yaml && \
25
echo "wifi_fallback_passphrase: $WIFI_FALLBACK_PASSPHRASE" >> secrets.yaml && \
26
- cat secrets.yaml && \
27
- esphome version &&\
28
pio --version &&\
29
pio -h &&\
30
pio boards && \
31
pio upgrade &&\
+ esphome version &&\
32
esphome compile compost-0.yaml
0 commit comments