mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 23:48:11 +01:00
update test files
This commit is contained in:
parent
e6e0e2f531
commit
a671507be6
5 changed files with 6 additions and 10 deletions
|
@ -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 {
|
||||||
|
|
|
@ -11,7 +11,6 @@ esphome:
|
||||||
- if:
|
- if:
|
||||||
condition: speaker.is_playing
|
condition: speaker.is_playing
|
||||||
then:
|
then:
|
||||||
- speaker.finish:
|
|
||||||
- speaker.stop:
|
- speaker.stop:
|
||||||
|
|
||||||
i2s_audio:
|
i2s_audio:
|
||||||
|
|
|
@ -11,7 +11,6 @@ esphome:
|
||||||
- if:
|
- if:
|
||||||
condition: speaker.is_playing
|
condition: speaker.is_playing
|
||||||
then:
|
then:
|
||||||
- speaker.finish:
|
|
||||||
- speaker.stop:
|
- speaker.stop:
|
||||||
|
|
||||||
i2s_audio:
|
i2s_audio:
|
||||||
|
|
|
@ -11,7 +11,6 @@ esphome:
|
||||||
- if:
|
- if:
|
||||||
condition: speaker.is_playing
|
condition: speaker.is_playing
|
||||||
then:
|
then:
|
||||||
- speaker.finish:
|
|
||||||
- speaker.stop:
|
- speaker.stop:
|
||||||
|
|
||||||
i2s_audio:
|
i2s_audio:
|
||||||
|
|
|
@ -11,7 +11,6 @@ esphome:
|
||||||
- if:
|
- if:
|
||||||
condition: speaker.is_playing
|
condition: speaker.is_playing
|
||||||
then:
|
then:
|
||||||
- speaker.finish:
|
|
||||||
- speaker.stop:
|
- speaker.stop:
|
||||||
|
|
||||||
i2s_audio:
|
i2s_audio:
|
||||||
|
|
Loading…
Reference in a new issue