mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 07:58:09 +01:00
add component conflict handling
This commit is contained in:
parent
60840a0286
commit
c2d3774762
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue