mirror of
https://github.com/esphome/esphome.git
synced 2025-01-20 04:44:05 +00:00
add component conflict handling
This commit is contained in:
parent
60840a0286
commit
c2d3774762
@ -16,6 +16,8 @@ from esphome.components.binary_sensor import BinarySensor
|
||||
CODEOWNERS = ["@oarcher"]
|
||||
DEPENDENCIES = ["esp32"]
|
||||
AUTO_LOAD = ["network"]
|
||||
# following should be removed if conflicts are resolved (so we can have a wifi ap using modem)
|
||||
CONFLICTS_WITH = ["wifi", "captive_portal", "ethernet"]
|
||||
|
||||
CONF_POWER_PIN = "power_pin"
|
||||
CONF_FLIGHT_PIN = "flight_pin"
|
||||
|
Loading…
x
Reference in New Issue
Block a user