From 19357622f7f58a8556ec430d50cc924fdd09d233 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Mon, 16 Jan 2023 17:10:21 -0500 Subject: [PATCH] Add heat index and wind chill thresholds --- packages/climate.yaml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/packages/climate.yaml b/packages/climate.yaml index b193361..42ad293 100644 --- a/packages/climate.yaml +++ b/packages/climate.yaml @@ -176,15 +176,31 @@ input_number: hot_day_threshold: name: Hot Day Threshold min: 70 - max: 90 + max: 100 step: 1 unit_of_measurement: °F + icon: mdi:thermometer + heat_index_threshold: + name: Heat Index Threshold + min: 70 + max: 100 + step: 1 + unit_of_measurement: °F + icon: mdi:thermometer cold_day_threshold: name: Cold Day Threshold min: 0 max: 40 step: 1 unit_of_measurement: °F + icon: mdi:thermometer + wind_chill_threshold: + name: Wind Chill Threshold + min: 0 + max: 40 + step: 1 + unit_of_measurement: °F + icon: mdi:thermometer automation: - id: '1655415573165'