From c017307f2337634573eaf6a4c598657b4f4037b7 Mon Sep 17 00:00:00 2001 From: bzoicas Date: Mon, 17 Nov 2025 09:50:06 +0200 Subject: [PATCH] Update blueprints/automations/bzo_climate.yaml fixed heat mode fan mode values. --- blueprints/automations/bzo_climate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprints/automations/bzo_climate.yaml b/blueprints/automations/bzo_climate.yaml index e5a6907..95ae71e 100644 --- a/blueprints/automations/bzo_climate.yaml +++ b/blueprints/automations/bzo_climate.yaml @@ -608,7 +608,7 @@ action: - condition: template value_template: "{{ temp_delta >= temp_delta_high }}" sequence: - - service: climate.set_fan_mode + - service: "{{ climate_fan_mode }}" target: entity_id: !input ac_unit data: @@ -618,7 +618,7 @@ action: - condition: template value_template: "{{ temp_delta >= temp_delta_low }}" sequence: - - service: climate.set_fan_mode + - service: "{{ climate_fan_mode }}" target: entity_id: !input ac_unit data: