Update sensor.py

This commit is contained in:
t0urista 2024-10-30 14:28:37 +01:00 committed by GitHub
parent 258ab994ed
commit 9fd94be41c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,7 @@ from esphome.const import (
UNIT_DEGREES, UNIT_DEGREES,
UNIT_LUX, UNIT_LUX,
UNIT_PERCENT, UNIT_PERCENT,
UNIT_CELSIUS,
CONF_ID, CONF_ID,
) )