Update sensor.py - fix const import too

This commit is contained in:
Masterz69 2024-04-05 20:39:49 +03:00 committed by GitHub
parent 6592d83163
commit 51ac5ff523
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,7 @@ from esphome.const import (
STATE_CLASS_MEASUREMENT,
UNIT_CENTIMETER,
ICON_ARROW_EXPAND_VERTICAL,
DEVICE_CLASS_DISTANCE,
)
DEPENDENCIES = ["uart"]