Fix documentation for sensor card limits (#20077)

This commit is contained in:
Carlos Garcia Saura 2021-12-02 23:34:54 +01:00 committed by GitHub
parent b768b91761
commit c8d20d2fcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/).