mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-30 04:36:51 +00:00
Add new device class for absolute humidity (#40036)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
af847348a1
commit
c37942dc58
@ -39,6 +39,7 @@ In addition, the entity can have the following states:
|
|||||||
The following device classes are supported for numbers:
|
The following device classes are supported for numbers:
|
||||||
|
|
||||||
- **None**: Generic number. This is the default and doesn't need to be set.
|
- **None**: Generic number. This is the default and doesn't need to be set.
|
||||||
|
- **absolute_humidity**: Absolute humidity in g/m³, mg/m³.
|
||||||
- **apparent_power**: Apparent power in VA.
|
- **apparent_power**: Apparent power in VA.
|
||||||
- **aqi**: Air Quality Index (unitless).
|
- **aqi**: Air Quality Index (unitless).
|
||||||
- **area**: Area in m², cm², km², mm², in², ft², yd², mi², ac, ha
|
- **area**: Area in m², cm², km², mm², in², ft², yd², mi², ac, ha
|
||||||
|
@ -48,6 +48,7 @@ Example of various device class icons for sensors.
|
|||||||
The following device classes are supported for sensors:
|
The following device classes are supported for sensors:
|
||||||
|
|
||||||
- **None**: Generic sensor. This is the default and doesn't need to be set.
|
- **None**: Generic sensor. This is the default and doesn't need to be set.
|
||||||
|
- **absolute_humidity**: Absolute humidity in g/m³, mg/m³.
|
||||||
- **apparent_power**: Apparent power in VA.
|
- **apparent_power**: Apparent power in VA.
|
||||||
- **aqi**: Air Quality Index (unitless).
|
- **aqi**: Air Quality Index (unitless).
|
||||||
- **area**: Area in m², cm², km², mm², in², ft², yd², mi², ac, ha
|
- **area**: Area in m², cm², km², mm², in², ft², yd², mi², ac, ha
|
||||||
|
Loading…
x
Reference in New Issue
Block a user