parent
e55ce61100
commit
ed2b9e5483
26 changed files with 70 additions and 58 deletions
|
@ -319,6 +319,9 @@ ATTR_DEVICE_CLASS = 'device_class'
|
|||
ATTR_TEMPERATURE = 'temperature'
|
||||
|
||||
# #### UNITS OF MEASUREMENT ####
|
||||
# Power units
|
||||
POWER_WATT = 'W'
|
||||
|
||||
# Temperature units
|
||||
TEMP_CELSIUS = '°C'
|
||||
TEMP_FAHRENHEIT = '°F'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue