Remove dup line

This commit is contained in:
Jesse Hills 2023-02-15 21:39:17 +13:00
parent ce1f034bac
commit 27ec517084
No known key found for this signature in database
GPG key ID: BEAAE804EFD8E83A

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"]