From 5314a86db14ecd3f7bba2f35b58283705d7d0641 Mon Sep 17 00:00:00 2001 From: AllardKatan <32717707+AllardKatan@users.noreply.github.com> Date: Wed, 25 Sep 2024 09:55:33 +0200 Subject: [PATCH] Add information about state_class to template sensor (#34436) --- 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 d055e8733a4..70e42e82038 100644 --- a/source/_integrations/template.markdown +++ b/source/_integrations/template.markdown @@ -152,7 +152,7 @@ sensor: type: string default: None state_class: - description: "The [state_class](https://developers.home-assistant.io/docs/core/entity/sensor#available-state-classes) of the sensor. This will also display the value based on the user profile Number Format setting and influence the graphical presentation in the history visualization as a continuous value." + description: "The [state_class](https://developers.home-assistant.io/docs/core/entity/sensor#available-state-classes) of the sensor. This will also display the value based on the user profile Number Format setting and influence the graphical presentation in the history visualization as a continuous value. If you desire to include the sensor in long-term statistics, include this key and assign it the appropriate value" required: false type: string default: None