update test files

This commit is contained in:
NP v/d Spek 2024-10-28 20:24:38 +01:00
parent e6e0e2f531
commit a671507be6
5 changed files with 6 additions and 10 deletions

View file

@ -1,8 +1,8 @@
#pragma once #pragma once
#include <cstdint>
#include <stddef.h>
#include "esphome/core/helpers.h" #include "esphome/core/helpers.h"
#include <cstddef>
#include <cstdint>
namespace esphome { namespace esphome {
namespace audio { namespace audio {

View file

@ -11,8 +11,7 @@ esphome:
- if: - if:
condition: speaker.is_playing condition: speaker.is_playing
then: then:
- speaker.finish: - speaker.stop:
- speaker.stop:
i2s_audio: i2s_audio:
i2s_lrclk_pin: 16 i2s_lrclk_pin: 16

View file

@ -11,8 +11,7 @@ esphome:
- if: - if:
condition: speaker.is_playing condition: speaker.is_playing
then: then:
- speaker.finish: - speaker.stop:
- speaker.stop:
i2s_audio: i2s_audio:
i2s_lrclk_pin: 6 i2s_lrclk_pin: 6

View file

@ -11,8 +11,7 @@ esphome:
- if: - if:
condition: speaker.is_playing condition: speaker.is_playing
then: then:
- speaker.finish: - speaker.stop:
- speaker.stop:
i2s_audio: i2s_audio:
i2s_lrclk_pin: 6 i2s_lrclk_pin: 6

View file

@ -11,8 +11,7 @@ esphome:
- if: - if:
condition: speaker.is_playing condition: speaker.is_playing
then: then:
- speaker.finish: - speaker.stop:
- speaker.stop:
i2s_audio: i2s_audio:
i2s_lrclk_pin: 16 i2s_lrclk_pin: 16