[ethernet] Update tests with on_connect/on_disconnect

This commit is contained in:
Roger Fachini
2026-02-01 02:37:09 -08:00
parent 2cfb1ab2e6
commit 083c14f70d
11 changed files with 44 additions and 0 deletions
@@ -13,3 +13,7 @@ ethernet:
subnet: 255.255.255.0
domain: .local
mac_address: "02:AA:BB:CC:DD:01"
on_connect:
- logger.log: "Ethernet connected!"
on_disconnect:
- logger.log: "Ethernet disconnected!"