From caa247672b0785cbe158db51415e17aa7643728b Mon Sep 17 00:00:00 2001 From: smarthome-10 Date: Sat, 6 Dec 2025 05:43:49 +0100 Subject: [PATCH] Add glossary to integration in Min/Max (#42317) --- source/_integrations/min_max.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/min_max.markdown b/source/_integrations/min_max.markdown index 08a35b72ddf..4ffbb76e337 100644 --- a/source/_integrations/min_max.markdown +++ b/source/_integrations/min_max.markdown @@ -17,7 +17,7 @@ ha_platforms: ha_integration_type: helper --- -The Min/Max integration consumes the state from other sensors to determine the minimum, maximum, latest (last), mean, median, range and sum of the collected states. +The Min/Max {% term integration %} consumes the state from other sensors to determine the minimum, maximum, latest (last), mean, median, range and sum of the collected states. The sensor provided by this integration will always show you the lowest/highest/latest value which was received from all monitored sensors. If you have spikes in your values, it's recommended to filter/equalize your values with a [statistics sensor](/integrations/statistics) first.