diff --git a/.github/workflows/validate_esphome.yml b/.github/workflows/validate_esphome.yml index b458f57..9aa4fb7 100644 --- a/.github/workflows/validate_esphome.yml +++ b/.github/workflows/validate_esphome.yml @@ -41,7 +41,7 @@ jobs: yaml-file: ".test/esphome_ard_basic.yaml" build_bluetooth_proxy_4: - name: Bluetooth Proxy (IDF v4) + name: Bluetooth Proxy (IDF) needs: build_basic runs-on: ubuntu-latest steps: diff --git a/.github/workflows/validate_esphome_beta.yml b/.github/workflows/validate_esphome_beta.yml index 9635d75..43d5f7e 100644 --- a/.github/workflows/validate_esphome_beta.yml +++ b/.github/workflows/validate_esphome_beta.yml @@ -60,7 +60,7 @@ jobs: version: beta build_bluetooth_proxy_4: - name: Bluetooth Proxy (IDF v4) + name: Bluetooth Proxy (IDF) needs: build_basic runs-on: ubuntu-latest steps: