Cannot use downloader anymore, what to do?

I use this in my configuration.yml:

downloader:
download_dir: /media/downloads

But i am getting an error , since version 2024.10.0 i cannot use downloader anymore.

I use it in this automation:

alias: Download Ring Video (Front Porch)
description: ""
trigger:
  - platform: state
    entity_id:
      - binary_sensor.voordeur_motion
    to: "on"
action:
  - wait_for_trigger:
      - platform: state
        entity_id: select.voordeur_event_select
        attribute: eventId
    timeout: "00:05"
  - service: downloader.download_file
    data_template:
      url: "{{ state_attr('select.voordeur_event_select','recordingUrl') }}"
      subdir: Voordeur
      filename: "{{ now().strftime( '%Y%m%dT%H%M%S_motion.mp4' ) }}"
      overwrite: false

How do i solve this?

No one is having this problem?

2 fixes in 2024.4.1

afbeelding

typo ?

Time machine :wink:

No… The error in Dutch is:

Dit werkt niet meer in versie 2024.10.0. Gelieve aanpassen voordat je een upgrade uitvoert.

This doesnt work anymore in version 2024.10.0. Adjust before upgrading.

I am at version:

  • Core 2024.4.2
  • Supervisor 2024.04.0
  • Operating System 12.1
  • Frontend 20240404.1

The configuration of downloader has moved from .yaml to the UI. so you need to remove the yaml by 2024.10.0 (6 months deprecation period) See the 2024.4 release notes.

Yes i removed it, but where in the UI?
I will have a look at the 2024.4 release notes.

Hey!
I have the same issue, @Operations8 did you find any solution?

Thanks!