From b092c7bc219811dbc378f4f7fecb6e68d5644631 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Mon, 15 Nov 2021 15:14:07 +0100 Subject: [PATCH] Correct documentation for template sensor state class (#20243) --- source/_integrations/template.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/template.markdown b/source/_integrations/template.markdown index c1d0d2e14ee..d69eaa241db 100644 --- a/source/_integrations/template.markdown +++ b/source/_integrations/template.markdown @@ -117,7 +117,7 @@ sensor: type: string default: None state_class: - description: "Defines the state class of the sensor, if any. Only possible value currently is `measurement`. Set this if your template sensor represents a measurement of the current value (so not a daily aggregate etc)." + description: The [state_class](https://developers.home-assistant.io/docs/core/entity/sensor#available-state-classes) of the sensor. required: false type: string default: None