mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 11:23:19 +00:00
claude/network-switching-config-gL3sq
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
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%
