Remove fast_connect from test
This commit is contained in:
1
.github/workflows/validate_esphome.yml
vendored
1
.github/workflows/validate_esphome.yml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/validate_esphome_beta.yml
vendored
1
.github/workflows/validate_esphome_beta.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user