1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 14:13:51 +00:00

[wifi] Test multiple stas in wifi compile tests (#11460)

This commit is contained in:
J. Nick Koston
2025-10-21 17:55:46 -10:00
committed by GitHub
parent 78ffeb30fb
commit e3aaf6a144

View File

@@ -12,5 +12,8 @@ esphome:
- logger.log: "Failed to connect to WiFi!"
wifi:
ssid: MySSID
password: password1
networks:
- ssid: MySSID
password: password1
- ssid: MySSID2
password: password2