From c8d20d2fcc1abd0f76fef2f359411a130d88df95 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Saura Date: Thu, 2 Dec 2021 23:34:54 +0100 Subject: [PATCH] Fix documentation for sensor card limits (#20077) --- source/_lovelace/sensor.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_lovelace/sensor.markdown b/source/_lovelace/sensor.markdown index f5201c12bae..af7f2f81b86 100644 --- a/source/_lovelace/sensor.markdown +++ b/source/_lovelace/sensor.markdown @@ -58,12 +58,12 @@ limits: description: Minimum value of the graph Y-axis. type: float required: false - default: "`0` if the entity `unit_of_measurement` is `%`, otherwise minimum value of sample" + default: The minimum sample among the displayed values. max: description: Maximum value of the graph Y-axis. type: float required: false - default: "`100` if the entity `unit_of_measurement` is `%`, otherwise maximum value of sample" + default: The maximum sample among the displayed values. theme: required: false description: Override the used theme for this card with any loaded theme. For more information about themes, see the [frontend documentation](/integrations/frontend/).