Skip to content

Options

SNoof85 edited this page Feb 13, 2021 · 3 revisions

Card options

Option Type Description
entity (required) string The entity to track.
attribute string The entity attribute to track.
min (required) number The gauge's minimum value
max (required) number The gauge's maximum value
entity_min string The entity that define the minimum pressure/temperature reached (you have to create this entity, the card will not compute it !) See more
entity_max string The entity that define the maximum pressure/temerature reached (you have to create this entity, the card will not compute it !) See more
title string Card title to show.
style string Set this to thermometer, humidity or custom to change icons. (Default will be barometer theme, custom will need icon1, icon2, icon3 !)
measurement string Custom unit of measurement
icon1 string Icon on left side in custom style.
icon2 string Icon on center in custom style.
icon3 string Icon on right side in custom style.
severity severity object Severity map to change the gauge color.
decimals number Decimal precision of entity value.

Severity object

Option Type Description
green (required) number Value for the color green.
yellow (required) number Value for the color yellow.
red (required) number Value for the color red.
max number Maximum value of the last step, normal color will be rendered above
Clone this wiki locally