Remove duplicate import

This commit is contained in:
Rodrigo Martín 2024-08-13 18:53:20 +02:00 committed by GitHub
parent 7208b0c5eb
commit 0d79bb6bf3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,6 @@ from esphome.const import (
CONF_VALUE, CONF_VALUE,
CONF_NOTIFY, CONF_NOTIFY,
) )
from esphome.components import esp32_ble
from esphome.core import CORE from esphome.core import CORE
AUTO_LOAD = ["esp32_ble"] AUTO_LOAD = ["esp32_ble"]