Skip to content

Commit 36b28a2

Browse files
committed
Make media player dependent on speaker
1 parent 1bd51f3 commit 36b28a2

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.test/esphome_ard_ble_proxy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ packages:
33
common_arduino: !include common_ard.yaml
44
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml
55
standard_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard.yaml
6-
addon_bluetooth_proxy: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_addon_ble_proxy.yaml
6+
7+
bluetooth_proxy:
78
...

.test/esphome_idf_ble_proxy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ packages:
44
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml
55
standard_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard.yaml
66
addon_bluetooth_proxy: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_addon_ble_proxy.yaml
7+
8+
bluetooth_proxy:
79
...

ESPHome/TX-Ultimate-Easy-ESPHome_standard_media_player.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
####################################################################################################
1313
---
1414
packages:
15-
standard_hw_audio: !include TX-Ultimate-Easy-ESPHome_standard_hw_audio.yaml
15+
standard_hw_speaker: !include TX-Ultimate-Easy-ESPHome_standard_hw_speaker.yaml
1616

1717
esphome:
1818
platformio_options:
@@ -38,8 +38,8 @@ script:
3838
#if !defined(TX_ULTIMATE_EASY_CORE)
3939
#error "The package TX-Ultimate-Easy-ESPHome_core.yaml is required."
4040
#endif
41-
#if !defined(TX_ULTIMATE_EASY_STANDARD_HW_AUDIO)
42-
#error "The package TX-Ultimate-Easy-ESPHome_standard_hw_audio.yaml is required."
41+
#if !defined(TX_ULTIMATE_EASY_STANDARD_HW_SPEAKER)
42+
#error "The package TX-Ultimate-Easy-ESPHome_standard_hw_speaker.yaml is required."
4343
#endif
4444
4545
// Identify itself

0 commit comments

Comments
 (0)