diff --git a/.github/workflows/validate_esphome.yml b/.github/workflows/validate_esphome.yml index 8224773..017e239 100644 --- a/.github/workflows/validate_esphome.yml +++ b/.github/workflows/validate_esphome.yml @@ -3,24 +3,6 @@ name: Validate ESPHome # yamllint disable-line rule:truthy on: - push: - paths: - - "*.yaml" - - "prebuilt/*.yaml" - - ".test/*.yaml" - - "*.h" - - "*.c" - - "*.cpp" - - "*.py" - pull_request: - paths: - - "*.yaml" - - "prebuilt/*.yaml" - - ".test/*.yaml" - - "*.h" - - "*.c" - - "*.cpp" - - "*.py" workflow_dispatch: concurrency: @@ -69,8 +51,8 @@ jobs: with: yaml_file: ".test/esphome_idf_bluetooth_proxy.yaml" - build_bluetooth_proxy_5: - name: Bluetooth Proxy (IDF v5) + build_bluetooth_proxy_53: + name: Bluetooth Proxy (IDF v5.3) needs: build_basic runs-on: ubuntu-latest steps: @@ -78,5 +60,5 @@ jobs: - name: Build core uses: esphome/build-action@main with: - yaml_file: ".test/esphome_idf5_bluetooth_proxy.yaml" + yaml_file: ".test/esphome_idf53_bluetooth_proxy.yaml" ... diff --git a/.github/workflows/validate_esphome_beta.yml b/.github/workflows/validate_esphome_beta.yml index 621e710..c2bf5e7 100644 --- a/.github/workflows/validate_esphome_beta.yml +++ b/.github/workflows/validate_esphome_beta.yml @@ -3,6 +3,24 @@ name: Validate ESPHome (Beta) # yamllint disable-line rule:truthy on: + push: + paths: + - "*.yaml" + - "ESPHome/*.yaml" + - ".test/*.yaml" + - "*.h" + - "*.c" + - "*.cpp" + - "*.py" + pull_request: + paths: + - "*.yaml" + - "ESPHome/*.yaml" + - ".test/*.yaml" + - "*.h" + - "*.c" + - "*.cpp" + - "*.py" workflow_dispatch: concurrency: @@ -86,7 +104,7 @@ jobs: yaml_file: ".test/esphome_idf_bluetooth_proxy.yaml" - id: idf_v5 base: idf_v5 - yaml_file: ".test/esphome_idf5_bluetooth_proxy.yaml" + yaml_file: ".test/esphome_idf53_bluetooth_proxy.yaml" steps: - name: Checkout repository diff --git a/.test/esphome_idf5_bluetooth_proxy.yaml b/.test/esphome_idf53_bluetooth_proxy.yaml similarity index 82% rename from .test/esphome_idf5_bluetooth_proxy.yaml rename to .test/esphome_idf53_bluetooth_proxy.yaml index 1ca452f..1e8643f 100644 --- a/.test/esphome_idf5_bluetooth_proxy.yaml +++ b/.test/esphome_idf53_bluetooth_proxy.yaml @@ -6,6 +6,6 @@ packages: esp32: framework: type: esp-idf - version: 5.0.2 - platform_version: 6.3.2 + version: 5.3.1 + platform_version: 6.9.0 ... diff --git a/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_leds_light_base.yaml b/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_leds_light_base.yaml index c733079..9430a37 100644 --- a/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_leds_light_base.yaml +++ b/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_leds_light_base.yaml @@ -1,4 +1,4 @@ -# yamllint disable rule:document-start rule:document-end +--- platform: partition default_transition_length: ${default_transition_length} -# yamllint enable rule:document-start rule:document-end +... diff --git a/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_leds_light_effects.yaml b/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_leds_light_effects.yaml index f2f912c..dcdf7fb 100644 --- a/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_leds_light_effects.yaml +++ b/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_leds_light_effects.yaml @@ -1,4 +1,4 @@ -# yamllint disable rule:document-start rule:document-end +--- effects: - addressable_rainbow: name: "Rainbow" @@ -37,4 +37,4 @@ effects: intensity: 5% - random: name: "Random" -# yamllint enable rule:document-start rule:document-end +... diff --git a/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_leds_light_internal.yaml b/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_leds_light_internal.yaml index 814b6f1..42e596a 100644 --- a/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_leds_light_internal.yaml +++ b/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_leds_light_internal.yaml @@ -1,4 +1,4 @@ -# yamllint disable rule:document-start rule:document-end +--- internal: true disabled_by_default: true -# yamllint enable rule:document-start rule:document-end +...