diff --git a/.test/common_idf53.yaml b/.test/common_idf53.yaml deleted file mode 100644 index f2b9b5d..0000000 --- a/.test/common_idf53.yaml +++ /dev/null @@ -1,10 +0,0 @@ ---- -packages: - common_idf: !include common_idf.yaml - -esp32: - framework: - type: esp-idf - version: 5.3.1 - platform_version: 6.9.0 -... diff --git a/.test/esphome_ard_media_player.yaml b/.test/esphome_ard_media_player.yaml index f12a529..610f2fa 100644 --- a/.test/esphome_ard_media_player.yaml +++ b/.test/esphome_ard_media_player.yaml @@ -4,5 +4,5 @@ packages: core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml standard_hw_relays_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_relays.yaml standard_hw_vibration_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_vibration.yaml - addon_media_player: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_addon_media_player.yaml + standard_media_player_media_player: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_media_player.yaml ... diff --git a/.test/esphome_idf_basic.yaml b/.test/esphome_idf_basic.yaml index 82e7f09..d4d0357 100644 --- a/.test/esphome_idf_basic.yaml +++ b/.test/esphome_idf_basic.yaml @@ -3,9 +3,4 @@ packages: common_idf: !include common_idf.yaml core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml standard_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard.yaml - -media_player: !remove - -switch: - - id: !remove sw_speaker_amplifier ... diff --git a/.test/esphome_idf_media_player.yaml b/.test/esphome_idf_media_player.yaml index b554651..d72a555 100644 --- a/.test/esphome_idf_media_player.yaml +++ b/.test/esphome_idf_media_player.yaml @@ -4,5 +4,5 @@ packages: core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml standard_hw_relays_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_relays.yaml standard_hw_vibration_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_vibration.yaml - addon_media_player: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_addon_media_player.yaml + standard_media_player: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_media_player.yaml ...