1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-21 19:23:45 +01:00

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,
UNIT_LUX,
ICON_BRIGHTNESS_5,
DEVICE_CLASS_ILLUMINANCE,
)
CODEOWNERS = ["@sjtrny"]