Update Improv BLE component (#5518)

This commit is contained in:
Jesse Hills
2023-10-13 12:46:46 +13:00
parent 6cce6d4c36
commit 969f6dbe13
7 changed files with 79 additions and 39 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from esphome.components import binary_sensor, output, esp32_ble_server
from esphome.const import CONF_ID
AUTO_LOAD = ["binary_sensor", "output", "esp32_ble_server"]
AUTO_LOAD = ["esp32_ble_server"]
CODEOWNERS = ["@jesserockz"]
CONFLICTS_WITH = ["esp32_ble_beacon"]
DEPENDENCIES = ["wifi", "esp32"]