Fixed device class import

This commit is contained in:
steve 2021-03-17 12:36:14 +11:00
parent 97a00c3fe8
commit 4eef9737f9

View file

@ -8,6 +8,7 @@ from esphome.const import (
CONF_RESOLUTION, CONF_RESOLUTION,
UNIT_LUX, UNIT_LUX,
ICON_BRIGHTNESS_5, ICON_BRIGHTNESS_5,
DEVICE_CLASS_ILLUMINANCE,
) )
CODEOWNERS = ["@sjtrny"] CODEOWNERS = ["@sjtrny"]