From 3edfa6e3dd7437febd47f61b2bf2546c85e8faa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=BCndler?= Date: Sat, 7 Aug 2021 06:38:50 +0200 Subject: [PATCH] Fix small typo (#1014) Exampled -> Examples --- 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 121ac850..e9589c3f 100644 --- a/docs/core/entity/sensor.md +++ b/docs/core/entity/sensor.md @@ -45,7 +45,7 @@ If specifying a device class, your sensor entity will need to also return the co | Type | Description | ---- | ----------- -| measurement | The state represents _a measurement in present time_, not a historical aggregation such as statistics or a prediction of the future. Examples of what should be classified `measurement` are: current temperature, accumulated energy consumption, accumulated cost. Exampled of what should not be classified as `measurement`: Forecasted temperature for tomorrow, yesterday's energy consumption or anything else that doesn't include the _current_ measurement. +| measurement | The state represents _a measurement in present time_, not a historical aggregation such as statistics or a prediction of the future. Examples of what should be classified `measurement` are: current temperature, accumulated energy consumption, accumulated cost. Examples of what should not be classified as `measurement`: Forecasted temperature for tomorrow, yesterday's energy consumption or anything else that doesn't include the _current_ measurement. ## Long-term Statistics