mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
Fix documentation for sensor card limits (#20077)
This commit is contained in:
parent
b768b91761
commit
c8d20d2fcc
@ -58,12 +58,12 @@ limits:
|
|||||||
description: Minimum value of the graph Y-axis.
|
description: Minimum value of the graph Y-axis.
|
||||||
type: float
|
type: float
|
||||||
required: false
|
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:
|
max:
|
||||||
description: Maximum value of the graph Y-axis.
|
description: Maximum value of the graph Y-axis.
|
||||||
type: float
|
type: float
|
||||||
required: false
|
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:
|
theme:
|
||||||
required: false
|
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/).
|
description: Override the used theme for this card with any loaded theme. For more information about themes, see the [frontend documentation](/integrations/frontend/).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user