Skip to content

Commit 8b5d5c4

Browse files
authored
Add precipitation device class (#1517)
1 parent c0f40d5 commit 8b5d5c4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/core/entity/number.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ If specifying a device class, your number entity will need to also return the co
5454
| pm10 | µg/m³ | Concentration of particulate matter less than 10 micrometers |
5555
| power | W, kW | Power.
5656
| power_factor | % | Power Factor
57+
| precipitation | in, mm | Precipitation
5758
| precipitation_intensity | in/d, in/h, mm/d, mm/h | Precipitation intensity
5859
| pressure | cbar, bar, hPa, inHg, kPa, mbar, Pa, psi | Pressure.
5960
| reactive_power | var | Reactive power |

docs/core/entity/sensor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ If specifying a device class, your sensor entity will need to also return the co
5555
| pm10 | µg/m³ | Concentration of particulate matter less than 10 micrometers |
5656
| power | W, kW | Power, statistics will be stored in W.
5757
| power_factor | % | Power Factor
58+
| precipitation | in, mm | Precipitation
5859
| precipitation_intensity | in/d, in/h, mm/d, mm/h | Precipitation intensity
5960
| pressure | cbar, bar, hPa, inHg, kPa, mbar, Pa, psi | Pressure, statistics will be stored in Pa.
6061
| reactive_power | var | Reactive power |

0 commit comments

Comments
 (0)