mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-21 16:26:30 +00:00
add device class absolute_humidity
This commit is contained in:
parent
26070fb788
commit
550649128a
@ -31,6 +31,7 @@ If specifying a device class, your number entity will need to also return the co
|
|||||||
|
|
||||||
| Constant | Supported units | Description
|
| Constant | Supported units | Description
|
||||||
| ---- | ---- | -----------
|
| ---- | ---- | -----------
|
||||||
|
| `NumberDeviceClass.ABSOLUTE_HUMIDITY` | g/m³, mg/m³ | Absolute humidity
|
||||||
| `NumberDeviceClass.APPARENT_POWER` | VA | Apparent power
|
| `NumberDeviceClass.APPARENT_POWER` | VA | Apparent power
|
||||||
| `NumberDeviceClass.AQI` | None | Air Quality Index
|
| `NumberDeviceClass.AQI` | None | Air Quality Index
|
||||||
| `NumberDeviceClass.AREA` | m², cm², km², mm², in², ft², yd², mi², ac, ha | Area
|
| `NumberDeviceClass.AREA` | m², cm², km², mm², in², ft², yd², mi², ac, ha | Area
|
||||||
|
@ -32,6 +32,7 @@ If specifying a device class, your sensor entity will need to also return the co
|
|||||||
|
|
||||||
| Constant | Supported units | Description
|
| Constant | Supported units | Description
|
||||||
| ---- | ---- | -----------
|
| ---- | ---- | -----------
|
||||||
|
| `SensorDeviceClass.ABSOLUTE_HUMIDITY` | g/m³, mg/m³ | Absolute humidity
|
||||||
| `SensorDeviceClass.APPARENT_POWER` | VA | Apparent power
|
| `SensorDeviceClass.APPARENT_POWER` | VA | Apparent power
|
||||||
| `SensorDeviceClass.AQI` | None | Air Quality Index
|
| `SensorDeviceClass.AQI` | None | Air Quality Index
|
||||||
| `SensorDeviceClass.AREA` | m², cm², km², mm², in², ft², yd², mi², ac, ha | Area
|
| `SensorDeviceClass.AREA` | m², cm², km², mm², in², ft², yd², mi², ac, ha | Area
|
||||||
|
Loading…
x
Reference in New Issue
Block a user