1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

[CI] Consolidate some tests (D) (#8189)

This commit is contained in:
Keith Burzinski
2025-02-04 17:05:17 -06:00
committed by GitHub
parent 61ad2510fc
commit 693d813c4b
79 changed files with 519 additions and 1385 deletions

View File

@@ -1,42 +1,5 @@
esphome:
on_boot:
then:
- dfplayer.play: 5
- dfplayer.play:
file: 4
loop: true
- dfplayer.play_folder:
folder: 1
file: 3
- dfplayer.play_folder:
folder: 1
loop: true
- dfplayer.set_device:
device: TF_CARD
- dfplayer.set_volume: 5
- dfplayer.set_eq: ROCK
- dfplayer.play_next
- dfplayer.play_previous
- dfplayer.reset
- dfplayer.start
- dfplayer.pause
- dfplayer.stop
- dfplayer.random
- dfplayer.volume_up
- dfplayer.volume_down
- dfplayer.sleep
substitutions:
tx_pin: GPIO1
rx_pin: GPIO3
uart:
- id: uart_dfplayer
tx_pin: 4
rx_pin: 5
baud_rate: 9600
dfplayer:
on_finished_playback:
then:
if:
condition:
not: dfplayer.is_playing
then:
logger.log: Playback finished event
<<: !include common.yaml