mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add precipitation device class (#24725)
This commit is contained in:
parent
cf26ad460e
commit
eb38dc2d5a
@ -46,6 +46,7 @@ The type of data a number represents impacts how it is displayed in the frontend
|
||||
- **pm25**: Concentration of particulate matter less than 2.5 micrometers in µg/m³
|
||||
- **power_factor**: Power factor in %
|
||||
- **power**: Power in W or kW
|
||||
- **precipitation**: Accumulated precipitation in in or mm
|
||||
- **precipitation_intensity**: Precipitation intensity in in/d, in/h, mm/d, or mm/h
|
||||
- **pressure**: Pressure in Pa, kPa, hPa, bar, cbar, mbar, mmHg, inHg, or psi
|
||||
- **reactive_power**: Reactive power in var
|
||||
|
@ -45,6 +45,7 @@ The type of data a sensor returns impacts how it is displayed in the frontend. T
|
||||
- **pm25**: Concentration of particulate matter less than 2.5 micrometers in µg/m³
|
||||
- **power_factor**: Power factor in %
|
||||
- **power**: Power in W or kW
|
||||
- **precipitation**: Accumulated precipitation in in or mm
|
||||
- **precipitation_intensity**: Precipitation intensity in in/d, in/h, mm/d, or mm/h
|
||||
- **pressure**: Pressure in Pa, kPa, hPa, bar, cbar, mbar, mmHg, inHg, or psi
|
||||
- **reactive_power**: Reactive power in var
|
||||
|
Loading…
x
Reference in New Issue
Block a user