mirror of
https://github.com/esphome/esphome.git
synced 2025-03-13 22:28:14 +00:00
Update const.py
This commit is contained in:
parent
e774d99d7c
commit
d049f43157
@ -79,6 +79,7 @@ CONF_CO2 = 'co2'
|
||||
CONF_CODE = 'code'
|
||||
CONF_COLD_WHITE = 'cold_white'
|
||||
CONF_COLD_WHITE_COLOR_TEMPERATURE = 'cold_white_color_temperature'
|
||||
CONF_WEIGHT = 'weight'
|
||||
CONF_COLORS = 'colors'
|
||||
CONF_COLOR_CORRECT = 'color_correct'
|
||||
CONF_COLOR_TEMPERATURE = 'color_temperature'
|
||||
@ -502,6 +503,7 @@ UNIT_EMPTY = ''
|
||||
UNIT_HZ = 'hz'
|
||||
UNIT_HECTOPASCAL = 'hPa'
|
||||
UNIT_KELVIN = 'K'
|
||||
UNIT_KILOGRAMS = 'kg'
|
||||
UNIT_KILOMETER_PER_HOUR = 'km/h'
|
||||
UNIT_LUX = 'lx'
|
||||
UNIT_METER = 'm'
|
||||
|
Loading…
x
Reference in New Issue
Block a user