Add and use light lux constant in entire code base (#40171)

This commit is contained in:
springstan 2020-09-23 20:48:01 +02:00 committed by GitHub
parent 6a7caad8dc
commit 6c8e0e20fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 71 additions and 46 deletions

View file

@ -22,6 +22,7 @@ from homeassistant.const import (
DEVICE_CLASS_PRESSURE,
DEVICE_CLASS_TEMPERATURE,
ENERGY_KILO_WATT_HOUR,
LIGHT_LUX,
PERCENTAGE,
POWER_WATT,
PRESSURE_HPA,
@ -59,7 +60,7 @@ ICON = {
UNIT_OF_MEASUREMENT = {
Consumption: ENERGY_KILO_WATT_HOUR,
Humidity: PERCENTAGE,
LightLevel: "lx",
LightLevel: LIGHT_LUX,
Power: POWER_WATT,
Pressure: PRESSURE_HPA,
Temperature: TEMP_CELSIUS,