File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff 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...
Original file line number Diff line number Diff 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...
Original file line number Diff line number Diff line change 1212# ###################################################################################################
1313---
1414packages :
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
1717esphome :
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
You can’t perform that action at this time.
0 commit comments