diff --git a/.github/workflows/validate_esphome.yml b/.github/workflows/validate_esphome.yml index 8e36e28..cabce76 100644 --- a/.github/workflows/validate_esphome.yml +++ b/.github/workflows/validate_esphome.yml @@ -110,6 +110,7 @@ jobs: runs-on: "ubuntu-latest" needs: - build_climate_heat_advanced + - build_climate_cool_advanced_esp_idf steps: - uses: actions/checkout@v4.1.0 - name: Build core+advanced+climate_heat+customizations diff --git a/.github/workflows/validate_esphome_beta.yml b/.github/workflows/validate_esphome_beta.yml index a326a9d..aaa4ea3 100644 --- a/.github/workflows/validate_esphome_beta.yml +++ b/.github/workflows/validate_esphome_beta.yml @@ -113,6 +113,7 @@ jobs: runs-on: "ubuntu-latest" needs: - build_climate_heat_advanced + - build_climate_cool_advanced_esp_idf steps: - uses: actions/checkout@v4.1.0 - name: Build core+advanced+climate_heat+customizations diff --git a/.test/esphome_advanced_climate_heat_customizations.yaml b/.test/esphome_advanced_climate_heat_customizations.yaml index 0e01f48..8753048 100644 --- a/.test/esphome_advanced_climate_heat_customizations.yaml +++ b/.test/esphome_advanced_climate_heat_customizations.yaml @@ -241,11 +241,8 @@ wifi: static_ip: 192.168.0.123 gateway: 192.168.0.1 subnet: 255.255.255.0 - # Connect to a hidden Wi-Fi network. - hidden: true # Set dual network priority: 10 - ssid: !secret wifi_ssid_backup password: !secret wifi_password_backup priority: 0 - fast_connect: true