diff --git a/.test/esphome_ard_basic.yaml b/.test/esphome_ard_basic.yaml index dbda8d8..ed32a8f 100644 --- a/.test/esphome_ard_basic.yaml +++ b/.test/esphome_ard_basic.yaml @@ -1,6 +1,6 @@ --- packages: - basic_package: !include ../TX-Ultimate-Easy-ESPHome.yaml # Basic package + basic_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml # Basic package esp32: framework: diff --git a/.test/esphome_idf53_bluetooth_proxy.yaml b/.test/esphome_idf53_bluetooth_proxy.yaml index 1e8643f..a8d3868 100644 --- a/.test/esphome_idf53_bluetooth_proxy.yaml +++ b/.test/esphome_idf53_bluetooth_proxy.yaml @@ -1,6 +1,6 @@ --- packages: - basic_package: !include ../TX-Ultimate-Easy-ESPHome.yaml # Core package + core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml addon_bluetooth_proxy: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_addon_ble_proxy.yaml esp32: diff --git a/.test/esphome_idf_bluetooth_proxy.yaml b/.test/esphome_idf_bluetooth_proxy.yaml index a2f9a0b..3e434a5 100644 --- a/.test/esphome_idf_bluetooth_proxy.yaml +++ b/.test/esphome_idf_bluetooth_proxy.yaml @@ -1,5 +1,5 @@ --- packages: - basic_package: !include ../TX-Ultimate-Easy-ESPHome.yaml # Core package + core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml addon_bluetooth_proxy: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_addon_ble_proxy.yaml ... diff --git a/TX-Ultimate-Easy-ESPHome.yaml b/TX-Ultimate-Easy-ESPHome.yaml index 3b95ea8..0befff0 100644 --- a/TX-Ultimate-Easy-ESPHome.yaml +++ b/TX-Ultimate-Easy-ESPHome.yaml @@ -16,7 +16,7 @@ wifi: packages: remote_package: url: https://github.com/edwardtfn/TX-Ultimate-Easy - ref: dev + ref: latest refresh: 30s files: - ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml