mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-15 12:34:42 +00:00
12 lines
291 B
YAML
12 lines
291 B
YAML
humidity_button:
|
|
type: custom:button-card
|
|
template: [regular, progress]
|
|
state_display: "[[[ return Math.round(entity.state) + ' %' ]]]"
|
|
icon: mdi:water-percent
|
|
variables:
|
|
min_value: 25
|
|
max_value: 90
|
|
normal_value: 40
|
|
high_value: 65
|
|
low_color: "var(--color-red)"
|