diff --git a/components/shell_commands.yaml b/components/shell_commands.yaml index d4d4f2e..97a9831 100644 --- a/components/shell_commands.yaml +++ b/components/shell_commands.yaml @@ -4,7 +4,7 @@ # Delete all files in the camera snapshots directory older than specified. clean_camera_snapshots: >- /usr/bin/find - /homeassistant/www/images/snapshots + /config/www/images/snapshots -mtime +{{ days_threshold }} -type f ! -name .gitinclude