From f66de6300f16dcad73308eba715ebfdc45e3dc52 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sun, 1 Feb 2026 18:40:26 -0500 Subject: [PATCH] Make hot/cold thresholds configurable --- admin_dashboard.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/admin_dashboard.yaml b/admin_dashboard.yaml index 51b9d83..9c1c6f1 100644 --- a/admin_dashboard.yaml +++ b/admin_dashboard.yaml @@ -1034,6 +1034,34 @@ views: state_color: true title: Weather column_span: 1 + - type: grid + cards: + - type: heading + heading: Thresholds + heading_style: title + - type: custom:auto-entities + card: + type: entities + filter: + include: + - options: {} + domain: input_number + entity_id: '*hot_threshold' + sort: + method: entity_id + exclude: [] + - type: custom:auto-entities + card: + type: entities + filter: + include: + - options: {} + domain: input_number + entity_id: '*cold_threshold' + sort: + method: entity_id + exclude: [] + column_span: 2 - type: grid cards: - type: heading