From 9c735f9364364d14aa8860f75262fd74ad88cb7f Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Mon, 30 Jan 2023 17:20:47 +0100 Subject: [PATCH] Fix typo in sensor documentation (#1657) --- 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 14306ab8..7d785529 100644 --- a/docs/core/entity/sensor.md +++ b/docs/core/entity/sensor.md @@ -83,7 +83,7 @@ If specifying a device class, your sensor entity will need to also return the co :::caution Choose the state class for a sensor with care. In most cases, state class `measurement` or state class `total` without `last_reset` should be chosen, this is explained further in [How to choose `state_class` and `last_reset`](#how-to-choose-state_class-and-last_reset) below. -:::: +::: | Type | Description | ---- | -----------