Add HW Speaker tests
This commit is contained in:
36
.github/workflows/validate_esphome_beta.yml
vendored
36
.github/workflows/validate_esphome_beta.yml
vendored
@@ -157,6 +157,42 @@ jobs:
|
|||||||
yaml-file: ".test/esphome_idf53_hw_relays.yaml"
|
yaml-file: ".test/esphome_idf53_hw_relays.yaml"
|
||||||
version: beta
|
version: beta
|
||||||
|
|
||||||
|
build_ard_hw_speaker:
|
||||||
|
name: HW Speaker (Arduino)
|
||||||
|
needs: build_ard_core
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@main
|
||||||
|
- name: Build HW Speaker (Arduino)
|
||||||
|
uses: esphome/build-action@main
|
||||||
|
with:
|
||||||
|
yaml-file: ".test/esphome_ard_hw_speaker.yaml"
|
||||||
|
version: beta
|
||||||
|
|
||||||
|
build_idf_hw_speaker:
|
||||||
|
name: HW Speaker (IDF)
|
||||||
|
needs: build_idf_core
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@main
|
||||||
|
- name: Build HW Speaker (IDF)
|
||||||
|
uses: esphome/build-action@main
|
||||||
|
with:
|
||||||
|
yaml-file: ".test/esphome_idf_hw_speaker.yaml"
|
||||||
|
version: beta
|
||||||
|
|
||||||
|
build_idf53_hw_speaker:
|
||||||
|
name: HW Speaker (IDF v5.3)
|
||||||
|
needs: build_idf53_core
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@main
|
||||||
|
- name: Build HW Speaker (IDF v5.3)
|
||||||
|
uses: esphome/build-action@main
|
||||||
|
with:
|
||||||
|
yaml-file: ".test/esphome_idf53_hw_speaker.yaml"
|
||||||
|
version: beta
|
||||||
|
|
||||||
build_ard_ble_proxy:
|
build_ard_ble_proxy:
|
||||||
name: Bluetooth Proxy (Ard)
|
name: Bluetooth Proxy (Ard)
|
||||||
needs: build_ard_basic
|
needs: build_ard_basic
|
||||||
|
|||||||
13
.test/esphome_ard_hw_speaker.yaml
Normal file
13
.test/esphome_ard_hw_speaker.yaml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
packages:
|
||||||
|
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml
|
||||||
|
standard_hw_speaker_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_speaker.yaml
|
||||||
|
|
||||||
|
esp32:
|
||||||
|
framework:
|
||||||
|
type: arduino
|
||||||
|
|
||||||
|
wifi:
|
||||||
|
ssid: !secret wifi_ssid
|
||||||
|
password: !secret wifi_password
|
||||||
|
...
|
||||||
15
.test/esphome_idf53_hw_speaker.yaml
Normal file
15
.test/esphome_idf53_hw_speaker.yaml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
packages:
|
||||||
|
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml
|
||||||
|
standard_hw_speaker_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_speaker.yaml
|
||||||
|
|
||||||
|
esp32:
|
||||||
|
framework:
|
||||||
|
type: esp-idf
|
||||||
|
version: 5.3.1
|
||||||
|
platform_version: 6.9.0
|
||||||
|
|
||||||
|
wifi:
|
||||||
|
ssid: !secret wifi_ssid
|
||||||
|
password: !secret wifi_password
|
||||||
|
...
|
||||||
13
.test/esphome_idf_hw_speaker.yaml
Normal file
13
.test/esphome_idf_hw_speaker.yaml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
packages:
|
||||||
|
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml
|
||||||
|
standard_hw_speaker_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_speaker.yaml
|
||||||
|
|
||||||
|
esp32:
|
||||||
|
framework:
|
||||||
|
type: esp-idf
|
||||||
|
|
||||||
|
wifi:
|
||||||
|
ssid: !secret wifi_ssid
|
||||||
|
password: !secret wifi_password
|
||||||
|
...
|
||||||
Reference in New Issue
Block a user