Claude 4927b98cf9 [ethernet] Allow coexistence with wifi for boot-time interface selection
Removes the unconditional CONFLICTS_WITH = ["wifi"] on the ethernet
component and only disables CONFIG_ESP_WIFI_ENABLED when wifi is not
also configured. This unblocks YAML configs that have both wifi: and
ethernet:, where the user picks one at boot based on cable presence.

Adds:
- enable_on_boot config option on ethernet (mirrors wifi)
- has_link() method that exposes PHY link state for runtime probing
- ethernet.enable / ethernet.disable actions
- ethernet.connected / ethernet.has_link conditions
- A dual-net YAML compile test (tests/components/ethernet/common-dual-net.yaml)

PLAN.md captures the full design and verification steps.

https://claude.ai/code/session_01LyXyqhVQMuab7tdhxRv5sf
2026-05-02 12:40:27 +00:00
2023-06-12 17:00:34 +12:00
2022-09-06 15:48:01 +12:00
2024-03-28 10:20:51 +13:00
2025-07-17 22:40:28 +12:00
2025-12-08 14:37:45 -05:00
2026-04-09 11:28:48 +12:00
2025-07-17 22:40:28 +12:00
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme Multiple Licenses 393 MiB
Languages
C++ 60.7%
Python 38.9%
C 0.3%