From 49040777def3d977d3e7cb86ccfd55b8d8fcd853 Mon Sep 17 00:00:00 2001 From: Christopher Viel Date: Sat, 24 Aug 2024 14:14:39 -0400 Subject: [PATCH] fixup! fixup! fixup! fixup! Update terrarium devices and cards --- dashboards/cards/terrarium.yaml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dashboards/cards/terrarium.yaml.j2 b/dashboards/cards/terrarium.yaml.j2 index 72cb006e..2f254bdd 100644 --- a/dashboards/cards/terrarium.yaml.j2 +++ b/dashboards/cards/terrarium.yaml.j2 @@ -245,6 +245,7 @@ elements: - display: inline icon: - width: 100% + {%- if switch.problem_key is defined %} custom_fields: warning: - display: | @@ -260,6 +261,7 @@ elements: - height: 10px - border-radius: 50% - background-color: var(--error-color) + {%- endif %} {% endfor %} {% for sensor in sensors | default([]) %}