Skip to content

Commit df61412

Browse files
committed
Fix lint
1 parent d2d1779 commit df61412

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/esphome-validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: Compile demos
3030
env:
3131
PLATFORMIO_BUILD_CACHE_DIR: /tmp/esphome_cache_${{ github.run_id }}
32-
run: esphome config boards/*/demo.yaml
32+
run: esphome build boards/*/demo.yaml

boards/m5stack-atom-echo/demo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ rtttl:
3838
- id: rtttl_player
3939
speaker: echo_speaker
4040
gain: 0.3
41-
on_finished_playback:
41+
on_finished_playback:
4242
then:
4343
- logger.log: Finished playing RTTTL tune.

0 commit comments

Comments
 (0)