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: