We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d1779 commit df61412Copy full SHA for df61412
2 files changed
.github/workflows/esphome-validate.yaml
@@ -29,4 +29,4 @@ jobs:
29
- name: Compile demos
30
env:
31
PLATFORMIO_BUILD_CACHE_DIR: /tmp/esphome_cache_${{ github.run_id }}
32
- run: esphome config boards/*/demo.yaml
+ run: esphome build boards/*/demo.yaml
boards/m5stack-atom-echo/demo.yaml
@@ -38,6 +38,6 @@ rtttl:
38
- id: rtttl_player
39
speaker: echo_speaker
40
gain: 0.3
41
- on_finished_playback:
+ on_finished_playback:
42
then:
43
- logger.log: Finished playing RTTTL tune.
0 commit comments