1
0
mirror of https://github.com/esphome/esphome.git synced 2025-06-15 23:06:58 +02:00

Fix import

This commit is contained in:
Keith Burzinski 2025-06-14 19:13:33 -05:00
parent 25eb01494d
commit 5d07c0ecb4
No known key found for this signature in database
GPG Key ID: 802564C5F0EEFFBE

View File

@ -3,6 +3,7 @@ from esphome.components import select
import esphome.config_validation as cv
from esphome.const import (
CONF_BAUD_RATE,
CONF_MODE,
ENTITY_CATEGORY_CONFIG,
ICON_RULER,
ICON_SCALE,
@ -18,7 +19,6 @@ ModeSelect = LD2412_ns.class_("ModeSelect", select.Select)
CONF_DISTANCE_RESOLUTION = "distance_resolution"
CONF_LIGHT_FUNCTION = "light_function"
CONF_MODE = "mode"
CONF_OUT_PIN_LEVEL = "out_pin_level"