1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Remove dup line

This commit is contained in:
Jesse Hills
2023-02-15 21:39:17 +13:00
parent ce1f034bac
commit 27ec517084

View File

@@ -18,7 +18,6 @@ from esphome.const import (
from esphome.components import esp32_ble
from esphome.core import CORE
from esphome.components.esp32 import add_idf_sdkconfig_option
from esphome.components import esp32_ble
AUTO_LOAD = ["esp32_ble"]
DEPENDENCIES = ["esp32"]