i try to delete my Ring videos with this service but i dont get i to run..
I created the custom_components folder in my /config folder and in the custom_components folder i pasted the delete folder with the files..
than i added
service: delete.files_in_folder
data:
folder: '/config/www/video'
time: 604800
scan_subfolders: true
remove_subfolders: true
to my configuration.yaml
did i miss anything ?