From 49456f4c888b8fa656b981a8eaabf32eb4765890 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Thu, 29 Sep 2022 12:45:43 +0200 Subject: [PATCH] Document speed unit mm/h --- docs/core/entity/sensor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/entity/sensor.md b/docs/core/entity/sensor.md index faa8074e..fb8e91a9 100644 --- a/docs/core/entity/sensor.md +++ b/docs/core/entity/sensor.md @@ -57,7 +57,7 @@ If specifying a device class, your sensor entity will need to also return the co | pressure | cbar, bar, hPa, inHg, kPa, mbar, Pa, psi | Pressure, statistics will be stored in Pa. | reactive_power | var | Reactive power | | signal_strength | dB, dBm | Signal strength -| speed | ft/s, in/d, in/h, km/h, kn, m/s, mph, mm/d | Generic speed +| speed | ft/s, in/d, in/h, km/h, kn, m/s, mph, mm/d, mm/h | Generic speed | sulphur_dioxide | µg/m³ | Concentration of sulphure dioxide | | temperature | °C, °F | Temperature, statistics will be stored in °C. | timestamp | | Timestamp. Requires `native_value` to return a Python `datetime.datetime` object, with time zone information, or `None`.