mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 15:38:11 +01:00
Update sensor.py - fix const import too
This commit is contained in:
parent
6592d83163
commit
51ac5ff523
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ from esphome.const import (
|
|||
STATE_CLASS_MEASUREMENT,
|
||||
UNIT_CENTIMETER,
|
||||
ICON_ARROW_EXPAND_VERTICAL,
|
||||
DEVICE_CLASS_DISTANCE,
|
||||
)
|
||||
|
||||
DEPENDENCIES = ["uart"]
|
||||
|
|
Loading…
Reference in a new issue