mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Add device classes for CO and CO2 measurements (#47487)
This commit is contained in:
@@ -219,6 +219,8 @@ EVENT_TIME_CHANGED = "time_changed"
|
||||
|
||||
# #### DEVICE CLASSES ####
|
||||
DEVICE_CLASS_BATTERY = "battery"
|
||||
DEVICE_CLASS_CO = "carbon_monoxide"
|
||||
DEVICE_CLASS_CO2 = "carbon_dioxide"
|
||||
DEVICE_CLASS_HUMIDITY = "humidity"
|
||||
DEVICE_CLASS_ILLUMINANCE = "illuminance"
|
||||
DEVICE_CLASS_SIGNAL_STRENGTH = "signal_strength"
|
||||
|
||||
Reference in New Issue
Block a user