From a7df8707571f90d3a79b11ad7a3644158b1b7df6 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Tue, 22 Aug 2023 12:24:15 -0400 Subject: [PATCH] Change name of boolean to more accurate name --- packages/climate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/climate.yaml b/packages/climate.yaml index 9849e26..12bd035 100644 --- a/packages/climate.yaml +++ b/packages/climate.yaml @@ -68,8 +68,8 @@ template: state: "{{ states('input_datetime.kallen_fan') != states('input_datetime.kallen_bedtime') }}" input_boolean: - master_bedroom_nighttime_protocol: - name: Master Bedroom Nighttime Protocol + master_bedroom_climate_protocol: + name: Master Bedroom Climate Protocol icon: mdi:lightbulb-night kallen_bedtime_protocol: name: Kallen Bedtime Protocol