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

[CI] Add more mdns and safe_mode tests (#6990)

This commit is contained in:
Keith Burzinski
2024-06-26 17:53:29 -05:00
committed by GitHub
parent 0b3145a6df
commit 7174cf35dd
28 changed files with 24 additions and 12 deletions

View File

@@ -0,0 +1,18 @@
wifi:
ssid: MySSID
password: password1
safe_mode:
boot_is_good_after: 2min
num_attempts: 3
reboot_timeout: 2min
on_safe_mode:
- logger.log: Time for safe mode
button:
- platform: safe_mode
name: Safe Mode Button
switch:
- platform: safe_mode
name: Safe Mode Switch